Skip to content

Commit

Permalink
Update to lint-action@v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Nov 13, 2022
1 parent fb21bc3 commit 147ddf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/isort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- run: pip install 'isort>=5.0.1'
- uses: wearerequired/lint-action@v2.0.1
- uses: wearerequired/lint-action@v2.1.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
isort: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- run: pip install -U isort mypy>=0.990 pytest types-toml
- uses: wearerequired/lint-action@v2.0.1
- uses: wearerequired/lint-action@v2.1.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
mypy: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- run: pip install pylint
- uses: wearerequired/lint-action@v2.0.1
- uses: wearerequired/lint-action@v2.1.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pylint: true
Expand Down

0 comments on commit 147ddf4

Please sign in to comment.