Skip to content

Commit 51a86ac

Browse files
authored
Use new linting-action version
1 parent faee0c8 commit 51a86ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Linting with eslint
5252
id: linter
53-
uses: pmagentur/linting-action@v0.4
53+
uses: pmagentur/linting-action@v0.4.1
5454
with:
5555
changed-files: ${{ steps.changedFiles.outputs.all_changed_files }}
5656
linter-command: "._linting/node_modules/.bin/eslint -c ${{ inputs.configs-path }}/.eslintrc.json {files} -f unix --no-eslintrc --quiet"

0 commit comments

Comments
 (0)