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 e22cd62
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ jobs:
name: Code Quality
runs-on: ubuntu-latest
container:
image: colibris/tox:latest
image: python:3-slim
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 e22cd62

Please sign in to comment.