Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump liskin/gh-problem-matcher-wrap from 2 to 3 #1216

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ows_linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
python-version: 3.9
- run: python -m pip install flake8
- name: flake8 - dev ows_cfg
uses: liskin/gh-problem-matcher-wrap@v2
uses: liskin/gh-problem-matcher-wrap@v3
with:
linters: flake8
run: |
flake8 dev/services/wms/ows_refactored/ --ignore=E501
- name: flake8 - prod ows_cfg
uses: liskin/gh-problem-matcher-wrap@v2
uses: liskin/gh-problem-matcher-wrap@v3
with:
linters: flake8
run: |
Expand All @@ -66,13 +66,13 @@ jobs:
python-version: 3.9
- run: python -m pip install isort
- name: isort - dev ows_cfg
uses: liskin/gh-problem-matcher-wrap@v2
uses: liskin/gh-problem-matcher-wrap@v3
with:
linters: isort
run: |
isort --check --diff dev/services/wms/ows_refactored/
- name: isort - prod ows_cfg
uses: liskin/gh-problem-matcher-wrap@v2
uses: liskin/gh-problem-matcher-wrap@v3
with:
linters: isort
run: |
Expand Down
Loading