Skip to content

Commit

Permalink
Add pre-commit workflow
Browse files Browse the repository at this point in the history
this particular setup borrowed from lark's mypy workflow
  • Loading branch information
yarikoptic committed Feb 15, 2024
1 parent 5169aaa commit 4ecf11b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pre-commit.yml
@@ -0,0 +1,10 @@
name: Pre-commit
on: [push, pull_request]
jobs:
pre-commit:
name: Format
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 4ecf11b

Please sign in to comment.