Merge pull request #174 from logickworkshop/main

Workflow changes
This commit is contained in:
UberGuidoZ 2025-01-07 21:21:12 -08:00 committed by GitHub
commit b9cb0f8fd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@ jobs:
with: with:
files: "**/*.ir" files: "**/*.ir"
json: true json: true
safe_output: false
write_output_files: true write_output_files: true
- name: Verify the contents of the .github/outputs/all_changed_files.json file - name: Verify the contents of the .github/outputs/all_changed_files.json file
@ -89,4 +90,4 @@ jobs:
- name: Fail Pipeline if Linter Found Issues - name: Fail Pipeline if Linter Found Issues
if: ${{ steps.run-linter.outcome == 'failure' }} if: ${{ steps.run-linter.outcome == 'failure' }}
run: exit 1 run: exit 1