Skip to content

Commit

Permalink
Fix ruff action
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Mar 30, 2024
1 parent d105e65 commit 4a02acd
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,10 @@ jobs:
name: ruff
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install ruff
run: pip install --upgrade ruff
- name: Run ruff
uses: liskin/gh-problem-matcher-wrap@v1
with:
linters: ruff
run: ruff
- uses: actions/checkout@v4

- run: python -Im pip install --user ruff

- name: Run ruff on djangocms-admin-style
run: ruff --output-format=github djangocms_admin_style

0 comments on commit 4a02acd

Please sign in to comment.