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 32e3140 commit a6717c8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/run-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,21 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.12'
architecture: x64
- name: Install dependencies
run: |
pip install -U pip tox wheel setuptools setuptools_scm[toml]
- 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 a6717c8

Please sign in to comment.