Skip to content

Commit

Permalink
Merge pull request #3 from philcaz/add-quality-checker
Browse files Browse the repository at this point in the history
Add quality checker (Update on PR JabRef#170)
  • Loading branch information
philcaz authored Oct 26, 2024
2 parents 87f39d6 + c4e5160 commit 1847689
Show file tree
Hide file tree
Showing 2 changed files with 236 additions and 221 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ jobs:
id: quality_check
run: |
python ./scripts/check_quality.py
continue-on-error: true # Continue if there are warnings/errors, so we can log the output
- name: Upload Quality Check Summary
- name: Upload Quality Check Summary as Artifact
if: always()
uses: actions/upload-artifact@v3
with:
Expand All @@ -33,3 +32,4 @@ jobs:
run: |
echo "Quality check failed due to errors."
exit 1
Loading

0 comments on commit 1847689

Please sign in to comment.