Skip to content

Commit

Permalink
bring action back (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanitorduz authored Feb 7, 2025
1 parent 15793e2 commit 2332625
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ env:


jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.1

test:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 2332625

Please sign in to comment.