Skip to content

Commit

Permalink
Added ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Dec 6, 2024
1 parent b3a36cd commit c2ba71c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
steps:
- name: Check out iris
uses: actions/checkout@v4
- name: Check code with ruff
run: |
pip install ruff
ruch check --output-format=github source
- name: Build dockers
run: |
# TODO using the environment file from tests to build here.
Expand Down

0 comments on commit c2ba71c

Please sign in to comment.