mirror of
https://github.com/Lucaslhm/Flipper-IRDB.git
synced 2024-12-23 11:57:07 +00:00
ci: check all_changed_files.json
instead of added_files.json
This commit is contained in:
parent
ce2f20eb6b
commit
c811989a7a
6
.github/workflows/pr-lint.yaml
vendored
6
.github/workflows/pr-lint.yaml
vendored
@ -32,8 +32,8 @@ jobs:
|
||||
write_output_files: true
|
||||
sha: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
- name: Verify the contents of the .github/outputs/added_files.json file
|
||||
run: cat .github/outputs/added_files.json
|
||||
- name: Verify the contents of the .github/outputs/all_changed_files.json file
|
||||
run: cat .github/outputs/all_changed_files.json
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
@ -42,7 +42,7 @@ jobs:
|
||||
- name: Run Linter
|
||||
id: run-linter
|
||||
continue-on-error: true
|
||||
run: LINTER_CONFIG=.fff-ir-lint.json python fff-ir-lint/main.py github2 json:.github/outputs/added_files.json > .github/outputs/linter_output.txt
|
||||
run: LINTER_CONFIG=.fff-ir-lint.json python fff-ir-lint/main.py github2 json:.github/outputs/all_changed_files.json > .github/outputs/linter_output.txt
|
||||
|
||||
- name: Verify the contents of the .github/outputs/linter_output.txt file
|
||||
run: cat .github/outputs/linter_output.txt
|
||||
|
Loading…
Reference in New Issue
Block a user