Skip to content

Commit

Permalink
Bump liskin/gh-problem-matcher-wrap from 1 to 3 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 10, 2024
1 parent ae18191 commit f0d009b
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 @@ -20,7 +20,7 @@ jobs:
- name: Install flake8
run: pip install --upgrade flake8
- name: Run flake8
uses: liskin/gh-problem-matcher-wrap@v1
uses: liskin/gh-problem-matcher-wrap@v3
with:
linters: flake8
run: flake8
Expand All @@ -37,7 +37,7 @@ jobs:

- run: python -m pip install isort
- name: isort
uses: liskin/gh-problem-matcher-wrap@v1
uses: liskin/gh-problem-matcher-wrap@v3
with:
linters: isort
run: isort --check --diff djangocms_bootstrap4

0 comments on commit f0d009b

Please sign in to comment.