Skip to content

Commit

Permalink
Merge pull request #6 from zkurtz/simplify-ci
Browse files Browse the repository at this point in the history
simplify ci
  • Loading branch information
zkurtz authored Nov 17, 2024
2 parents 999cfe4 + 61757b1 commit 3777d1a
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,9 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v4

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install uv
uv sync
- uses: actions/setup-python@v4
- name: Set up uv
run: pip install uv

- name: Check code quality with Ruff
run: uv run ruff check .
Expand Down

0 comments on commit 3777d1a

Please sign in to comment.