Skip to content

Commit

Permalink
Merge pull request #51 from N3PDF/aurbuild
Browse files Browse the repository at this point in the history
add pkgbuild
  • Loading branch information
scarlehoff authored Jun 4, 2020
2 parents a60c59d + c176f60 commit 5ff6ec6
Show file tree
Hide file tree
Showing 9 changed files with 373 additions and 256 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
pip install pylint
# Error out only in actual errors
pylint src/*/*.py -E
pylint src/*/*.py -E -d E1123,E1120
pylint src/*/*.py --exit-zero
- name: Test with pytest
run: |
Expand Down
Loading

0 comments on commit 5ff6ec6

Please sign in to comment.