Skip to content

Commit

Permalink
Update ir-lint-receive.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
darmiel authored Oct 27, 2024
1 parent 0ba5b94 commit 9157f78
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ir-lint-receive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0

- name: Clean Script Directory
run: rm -rf fff-ir-lint
Expand All @@ -30,10 +27,9 @@ jobs:
files: "**/*.ir"
json: true
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

- name: list files
run: ls -larth .github/outputs
Expand All @@ -45,7 +41,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
Expand Down

0 comments on commit 9157f78

Please sign in to comment.