Skip to content

Commit

Permalink
Update devops.yml
Browse files Browse the repository at this point in the history
Add linter once more.
  • Loading branch information
Shuyib authored Dec 7, 2024
1 parent 9cbc6f7 commit ba5d7d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/devops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Install dependencies
run: |
make install
- name: Run Black Linter
run: |
black --check .
- name: Build Container
run: |
make build
Expand Down

0 comments on commit ba5d7d5

Please sign in to comment.