Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 59a8c0c

Browse files
committed
Merge remote-tracking branch 'origin/molly/setup-automation' into molly/setup-automation
2 parents 169fd27 + 11297a5 commit 59a8c0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,12 @@ jobs:
2828
run: |
2929
python -m pip install --upgrade pip
3030
python -m pip install pipenv
31+
python -m pip install ruff
3132
# python -m pip install flake8 pytest
3233
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
34+
- name: Lint with ruff
35+
run: |
36+
ruff check
3337
# - name: Lint with flake8
3438
# run: |
3539
# # stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)