mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Only run against changed files
This commit is contained in:
parent
772ed92ecc
commit
348505b8be
6
.github/workflows/css-lint.yaml
vendored
6
.github/workflows/css-lint.yaml
vendored
@ -37,9 +37,7 @@ jobs:
|
||||
run: npm install
|
||||
|
||||
- name: Run Prettier
|
||||
run: npx prettier --check "**/*.{js,jsx,ts,tsx,css,scss}"
|
||||
# run: npx prettier --check ${{ steps.changed-files-yaml.outputs.src_all_changed_files }}
|
||||
run: npx prettier --check ${{ steps.changed-files-yaml.outputs.src_all_changed_files }}
|
||||
|
||||
- name: Run Stylelint
|
||||
run: npx stylelint "**/*.{css,scss}"
|
||||
# run: npx stylelint ${{ steps.changed-files-yaml.outputs.src_all_changed_files }}
|
||||
run: npx stylelint ${{ steps.changed-files-yaml.outputs.src_all_changed_files }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user