Skip to content

Commit

Permalink
Merge pull request #261 from Neo23x0/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-f039b2dc45

chore(deps): bump the github-actions group with 2 updates
  • Loading branch information
Neo23x0 authored Nov 25, 2024
2 parents 354e7d8 + ddc5dc1 commit 687e211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
lint_python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: pip install --upgrade pip setuptools wheel
- run: pip install codespell mypy pytest ruff safety
- run: ruff check --output-format=github --ignore=E501,E701,E713,E722,F401,F403,F405,F841 --line-length=263 .
Expand Down

0 comments on commit 687e211

Please sign in to comment.