Skip to content

Commit

Permalink
Use ruff in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AMecea committed Jan 3, 2024
1 parent 1be024d commit 8296dcc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
steps:
- name: Source code checkout
uses: actions/checkout@master
- name: Run flake8
run: flake8 colibris
- name: Install ruff
run: pip install ruff
- name: Run ruff
run: ruff colibris

test:
name: Test
Expand Down

0 comments on commit 8296dcc

Please sign in to comment.