Skip to content

Commit

Permalink
checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
biobootloader committed Mar 6, 2024
1 parent 0444148 commit 64d6ac7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
source $HOME/.cargo/env
pwd
ls
uv pip install -r dev-requirements.txt
- name: ruff (linter)
run: ruff check .
Expand Down

0 comments on commit 64d6ac7

Please sign in to comment.