Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oclyke committed Feb 13, 2024
1 parent 2754089 commit a63ee93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
# setup ci tools
- name: set up ci tools
run: |
. ./scripts/setup.sh
python3 -m venv bin/venv
. bin/venv/bin/activate
pip install -r requirements.dev.txt
# lint using pylint
- name: run black
run: |
. bin/venv/bin/activate
black . --check

0 comments on commit a63ee93

Please sign in to comment.