Skip to content

Commit

Permalink
Linting with Ruff
Browse files Browse the repository at this point in the history
Adding a linting step to the CI job.

[#10]

Signed-off-by: Geoffrey Wiseman <geoffrey.wiseman@codiform.com>
  • Loading branch information
geoffreywiseman committed Mar 30, 2023
1 parent 666d2dd commit cc3c16e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@ jobs:
- name: Install Dependencies
run: poetry install

- name: Lint
run: poetry run ruff .

- name: Test
run: poetry run pytest

0 comments on commit cc3c16e

Please sign in to comment.