blob: bcdef8a407251ffa308325e75687abaca917ab0a [file] [log] [blame]
name: Pre-Commit
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pre-commit/action@v3.0.1