Skip to content

Commit

Permalink
Add setup job (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Sep 27, 2024
1 parent 2bea8e9 commit 1fa3db3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v4.1.7

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version-file: ".python-version"
cache: "pip"
cache-dependency-path: "requirements.txt"

- name: Run pre-commit
uses: pre-commit/action@v3.0.1

Expand Down

0 comments on commit 1fa3db3

Please sign in to comment.