Skip to content

Commit

Permalink
Enable CI linting and checkes on PRs against dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed Sep 24, 2024
1 parent 0a9eea0 commit 2f96db0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
push:
branches: [main]
pull_request:
branches: [main]
branches:
- main
- dev
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -33,9 +35,9 @@ jobs:
- name: Install the project
run: uv sync --all-extras --dev

# - name: Lint
# run:
# uv tool run ruff check --output-format=github src
- name: Lint
run:
uv tool run ruff check --output-format=github src

- name: Run tests
run: uv run pytest tests

0 comments on commit 2f96db0

Please sign in to comment.