Skip to content

Commit

Permalink
fix: include all test files in linting (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
athith-g authored Jul 30, 2024
1 parent ccd1491 commit fbd2d5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Install dependencies
run: poetry install
- name: Lint with pylint
run: poetry run pylint tests/tasks/* crypt4gh_middleware/*
run: poetry run pylint tests/* crypt4gh_middleware/*
- name: Lint with ruff
run: poetry run ruff check tests/tasks/* crypt4gh_middleware/*
run: poetry run ruff check tests/* crypt4gh_middleware/*
- name: Type checking with mypy
run: poetry run mypy crypt4gh_middleware

0 comments on commit fbd2d5c

Please sign in to comment.