Skip to content

Commit

Permalink
Add Acton to pre commit hook (#21)
Browse files Browse the repository at this point in the history
* Create pre-commit.yml

* Add pre commit hook (#16) (#19)

* add pre commit config

* add pre commit config

* add pre commit config

* add pre commit config

* add pre commit config

---------

Co-authored-by: 53845714nF <seba98feustel@gmail.com>

* Add pre commit hook (#16) (#20)

* add pre commit config

* add pre commit config

* add pre commit config

* add pre commit config

* add pre commit config

---------

Co-authored-by: 53845714nF <seba98feustel@gmail.com>

---------

Co-authored-by: 53845714nF <seba98feustel@gmail.com>
  • Loading branch information
53845714nF and 53845714nF authored Aug 22, 2024
1 parent 27b1ca6 commit 2f12949
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: pre-commit

on:
pull_request:
push:
workflow_dispatch:

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

0 comments on commit 2f12949

Please sign in to comment.