Skip to content

chore: add gh review fn #92

chore: add gh review fn

chore: add gh review fn #92

Workflow file for this run

name: Pre-Commit Checks
on:
push:
branches:
- main
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
name: Check all files with pre-commit
env:
SKIP: no-commit-to-branch
steps:
- uses: actions/checkout@v2
- uses: pre-commit/action@v2