Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
miurahr committed Dec 15, 2024
1 parent a6717c8 commit c9fb853
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,13 @@ jobs:
architecture: x64
- name: Install dependencies
run: |
pip install -U pip tox wheel setuptools setuptools_scm[toml]
pip install -U pip tox wheel setuptools setuptools_scm[toml] mypy
- uses: tsuyoshicho/action-mypy@v4

Check warning on line 44 in .github/workflows/run-linter.yml

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

.github/workflows/run-linter.yml#L44

An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
target: py7zr
reporter: github-pr-check
level: error
execute_command: 'tox -e mypy'

flake8-lint:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit c9fb853

Please sign in to comment.