Skip to content

Commit

Permalink
Merge pull request #7 from dreamalligator/tom/pylint
Browse files Browse the repository at this point in the history
pylint
  • Loading branch information
dreamalligator authored Dec 1, 2024
2 parents be8946f + 0fa02c3 commit e093de4
Show file tree
Hide file tree
Showing 5 changed files with 665 additions and 27 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
- uses: actions/checkout@v4
- run: pip install numpy pytest
- run: pytest
lints:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip install numpy pylint
- run: pylint vondrak
docs:
if: false
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit e093de4

Please sign in to comment.