Skip to content

Commit

Permalink
adjust linting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CM000n committed Nov 30, 2023
1 parent 0d56420 commit ef80f85
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,10 @@ jobs:
pre-commit:
name: "Pre-commit"
runs-on: "ubuntu-latest"
env:
OS: "ubuntu-latest"
PYTHON: "${{ matrix.python-version }}"
steps:
- name: "⤵️ Check out code from GitHub"
uses: "actions/checkout@v4"
- name: "🐍 Set up Python ${{ matrix.python-version }}"
- name: "🐍 Set up Python"
uses: "actions/setup-python@v4"
- name: "⚙️ Install Poetry"
uses: "abatilo/actions-poetry@v2.3.0"
Expand Down

0 comments on commit ef80f85

Please sign in to comment.