mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
Remove fix flag
This commit is contained in:
parent
0bca16deb6
commit
99fbefd558
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ jobs:
|
|||
|
||||
- name: Lint
|
||||
if: steps.changed-files-yaml.outputs.src_any_changed == 'true' && github.event_name == 'pull_request'
|
||||
run: npx eslint --fix ${{ steps.changed-files-yaml.outputs.src_all_changed_files }}
|
||||
run: npx eslint ${{ steps.changed-files-yaml.outputs.src_all_changed_files }}
|
||||
|
||||
- name: Prettier formatting
|
||||
if: steps.changed-files-yaml.outputs.src_any_changed == 'true' && github.event_name == 'pull_request'
|
||||
|
|
Loading…
Reference in a new issue