Skip to content

Commit

Permalink
no new step being used
Browse files Browse the repository at this point in the history
  • Loading branch information
nowei committed Nov 11, 2024
1 parent 45efd36 commit 16f7392
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ jobs:
- uses: chartboost/ruff-action@e18ae971ccee1b2d7bbef113930f00c670b78da4 # v1
with:
src: python
- run: echo "Do edits impact the steps"

mypy:
name: Type-check python
Expand All @@ -304,7 +305,7 @@ jobs:
- uses: actions/setup-python@v3
with:
python-version: '3.12'
- run: pip install mypy # you can pin your preferred version
- run: pip install mypy
- name: Get Python changed files
id: changed-py-files
uses: tj-actions/changed-files@v23
Expand Down

0 comments on commit 16f7392

Please sign in to comment.