Skip to content

Commit

Permalink
Create pre-commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Aug 27, 2023
1 parent 8963c59 commit b27358e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: pre-commit

on:
pull_request:
push:

jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pre-commit/[email protected]

0 comments on commit b27358e

Please sign in to comment.