Skip to content

Commit

Permalink
Add code style check and fix commands
Browse files Browse the repository at this point in the history
  • Loading branch information
nickspaargaren committed Aug 14, 2024
1 parent 0f8ac4f commit 4e8dcdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
runs-on: ubuntu-latest
needs: setup
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Use pip cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 4e8dcdb

Please sign in to comment.