Skip to content

Commit

Permalink
[MAINT] run pre-commit in CI to check style (#72)
Browse files Browse the repository at this point in the history
* run pre-commit in CI to check style

* fix spaces
  • Loading branch information
Remi-Gau authored Dec 14, 2023
1 parent a590c31 commit 33d7f85
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/run_precommit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: pre-commit

on:
pull_request:
push:
branches: [main]

jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ authors:
email: [email protected]
- family-names: Dessain
given-names: Quentin
- family-names: Natasha
- family-names: Natasha
given-names: Clarke


license: MIT

0 comments on commit 33d7f85

Please sign in to comment.