Skip to content

Commit

Permalink
Add to lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jcjones committed Feb 28, 2024
1 parent 5c9b50c commit 223afaf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
pip install --user black~=23.9.1
pip install --user flake8~=6.1.0
pip install --user pytest
pip install --user validate-pyproject[all]
- name: Install Partition Manager
run: |
Expand All @@ -38,6 +39,10 @@ jobs:
run: |
python -m flake8
- name: Checking pyproject
run: |
python -m validate-pyproject pyproject.toml
test:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 223afaf

Please sign in to comment.