mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
fix: fix CI js linting?
This commit is contained in:
parent
f8ea174b79
commit
3ae0367bec
1 changed files with 2 additions and 2 deletions
|
@ -61,11 +61,11 @@ jobs:
|
|||
|
||||
- name: Lint
|
||||
if: steps.changed-files.outputs.src_any_changed == 'true'
|
||||
run: npx eslint --fix ${{ steps.changed-files.outputs.all_changed_files }}
|
||||
run: npx eslint --fix ${{ steps.changed-files.outputs.src_all_changed_files }}
|
||||
|
||||
- name: Prettier
|
||||
if: steps.changed-files.outputs.src_any_changed == 'true'
|
||||
run: npx prettier --write ${{ steps.changed-files.outputs.all_changed_files }}
|
||||
run: npx prettier --write ${{ steps.changed-files.outputs.src_all_changed_files }}
|
||||
|
||||
- name: Commit changes
|
||||
if: steps.changed-files.outputs.src_any_changed == 'true'
|
||||
|
|
Loading…
Reference in a new issue