We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faee0c8 commit 51a86acCopy full SHA for 51a86ac
1 file changed
.github/workflows/linting.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Linting with eslint
52
id: linter
53
- uses: pmagentur/linting-action@v0.4
+ uses: pmagentur/linting-action@v0.4.1
54
with:
55
changed-files: ${{ steps.changedFiles.outputs.all_changed_files }}
56
linter-command: "._linting/node_modules/.bin/eslint -c ${{ inputs.configs-path }}/.eslintrc.json {files} -f unix --no-eslintrc --quiet"
0 commit comments