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 1 to 2 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
python -m pip install flake8
- name: Lint with flake8
uses: liskin/gh-problem-matcher-wrap@v1
uses: liskin/gh-problem-matcher-wrap@v2
with:
linters: flake8
run: flake8 --extend-ignore=E203 faker tests
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
run: |
python -m pip install isort
- name: Import order checking with isort
uses: liskin/gh-problem-matcher-wrap@v1
uses: liskin/gh-problem-matcher-wrap@v2
with:
linters: isort
run: isort --check --diff .
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
run: |
python -m pip install mypy
- name: Static type checking with mypy
uses: liskin/gh-problem-matcher-wrap@v1
uses: liskin/gh-problem-matcher-wrap@v2
with:
linters: mypy
run: mypy --show-column-numbers --install-types --non-interactive --config mypy.ini faker
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
- name: Install Tox and any other packages
run: python -m pip install tox coveralls
- name: pytest
uses: liskin/gh-problem-matcher-wrap@v1
uses: liskin/gh-problem-matcher-wrap@v2
with:
linters: pytest
run: tox -e py
Expand Down