Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Teagum committed Jun 6, 2024
1 parent fd4aa0a commit 8a03718
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"
- uses: snok/install-poetry@v1
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: poetry install --with=development
- run: poetry run pylint src/apollon --persistent n
- run: poetry run -- pylint --persistent n --jobs 0 src/apollon

0 comments on commit 8a03718

Please sign in to comment.