mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Pinned gh-problem-matcher-wrap to the commit in GitHub actions.
This commit is contained in:
6
.github/workflows/linters.yml
vendored
6
.github/workflows/linters.yml
vendored
@@ -27,7 +27,8 @@ jobs:
|
||||
python-version: '3.10'
|
||||
- run: python -m pip install flake8
|
||||
- name: flake8
|
||||
uses: liskin/gh-problem-matcher-wrap@v1
|
||||
# Pinned to v1.0.1.
|
||||
uses: liskin/gh-problem-matcher-wrap@d9e345a28ab1eeb00c349e8bb199a102aa58acba
|
||||
with:
|
||||
linters: flake8
|
||||
run: flake8
|
||||
@@ -43,7 +44,8 @@ jobs:
|
||||
python-version: '3.10'
|
||||
- run: python -m pip install isort
|
||||
- name: isort
|
||||
uses: liskin/gh-problem-matcher-wrap@v1
|
||||
# Pinned to v1.0.1.
|
||||
uses: liskin/gh-problem-matcher-wrap@d9e345a28ab1eeb00c349e8bb199a102aa58acba
|
||||
with:
|
||||
linters: isort
|
||||
run: isort --check --diff django tests scripts
|
||||
|
||||
Reference in New Issue
Block a user