Skip to content

Commit

Permalink
Update duplicate linting action
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Sep 10, 2024
1 parent 64777e6 commit 493eabe
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,12 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'

- name: Install linters
- name: Install ruff
run: |
pip install black isort
pip install ruff
- name: Run black
- name: Run ruffblack
run: |
black --check openff
- name: Run isort
run: |
isort --check openff
ruff check .

0 comments on commit 493eabe

Please sign in to comment.