Skip to content

Commit

Permalink
chore: added ruff linter
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored Jan 4, 2025
1 parent 1186a04 commit f397df7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pytest
- name: Lint
uses: astral-sh/ruff-action@v3
with:
version: 0.8.0
args: check
src: "./rfc1924"
- name: Test with pytest
run: python -m pytest --doctest-modules

0 comments on commit f397df7

Please sign in to comment.