Skip to content

Commit

Permalink
Upgrade lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouni committed Sep 20, 2024
1 parent 977c319 commit 4f8602e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: "3.11"
uses: actions/checkout@v4
- name: Lint with ruff
uses: chartboost/ruff-action@v1

0 comments on commit 4f8602e

Please sign in to comment.