Skip to content

Commit

Permalink
Bump liskin/gh-problem-matcher-wrap from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [liskin/gh-problem-matcher-wrap](https://github.com/liskin/gh-problem-matcher-wrap) from 2 to 3.
- [Release notes](https://github.com/liskin/gh-problem-matcher-wrap/releases)
- [Commits](liskin/gh-problem-matcher-wrap@v2...v3)

---
updated-dependencies:
- dependency-name: liskin/gh-problem-matcher-wrap
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and omad committed Feb 12, 2024
1 parent adededa commit 814faec
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 814faec

Please sign in to comment.