mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Bumped gh-problem-matcher-wrap version to 2.0.0.
This avoids issues with using deprecated Node.js 12 actions.
This commit is contained in:
parent
96a598356a
commit
744a1af7f9
1 changed files with 4 additions and 4 deletions
8
.github/workflows/linters.yml
vendored
8
.github/workflows/linters.yml
vendored
|
|
@ -30,8 +30,8 @@ jobs:
|
|||
python-version: '3.11'
|
||||
- run: python -m pip install flake8
|
||||
- name: flake8
|
||||
# Pinned to v1.0.2.
|
||||
uses: liskin/gh-problem-matcher-wrap@e7d110d699a16b3dead9ef8b1f9470f93765ae95
|
||||
# Pinned to v2.0.0.
|
||||
uses: liskin/gh-problem-matcher-wrap@d8afa2cfb66dd3f982b1950429e652bc14d0d7d2
|
||||
with:
|
||||
linters: flake8
|
||||
run: flake8
|
||||
|
|
@ -47,8 +47,8 @@ jobs:
|
|||
python-version: '3.11'
|
||||
- run: python -m pip install isort
|
||||
- name: isort
|
||||
# Pinned to v1.0.2.
|
||||
uses: liskin/gh-problem-matcher-wrap@e7d110d699a16b3dead9ef8b1f9470f93765ae95
|
||||
# Pinned to v2.0.0.
|
||||
uses: liskin/gh-problem-matcher-wrap@d8afa2cfb66dd3f982b1950429e652bc14d0d7d2
|
||||
with:
|
||||
linters: isort
|
||||
run: isort --check --diff django tests scripts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue