Skip to content

Commit

Permalink
fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
hellmrf committed Dec 7, 2024
1 parent ae73ded commit 1f59eef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,25 @@ jobs:
runs-on: ubuntu-latest
needs: dependencies
steps:
- name: Check out
uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v4

- name: Type-checking (mypy)
run: uv run mypy

lint:
runs-on: ubuntu-latest
needs: dependencies
steps:
- name: Check out
uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v4

- name: Linter (ruff check)
run: uv run ruff check --output-format=github

Expand Down

0 comments on commit 1f59eef

Please sign in to comment.