Skip to content

Commit

Permalink
Black linter
Browse files Browse the repository at this point in the history
  • Loading branch information
kks32 committed Jun 28, 2024
1 parent 87de917 commit 60261e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Black linter check
run: |
black --check .
- name: PyTest
run: |
Expand Down

0 comments on commit 60261e3

Please sign in to comment.