Skip to content

Commit

Permalink
added pre-commit action
Browse files Browse the repository at this point in the history
  • Loading branch information
alasdairwilson committed Jul 1, 2024
1 parent e946561 commit baac84f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ concurrency:
cancel-in-progress: true

jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.1
core:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@main
with:
Expand Down

0 comments on commit baac84f

Please sign in to comment.