Skip to content

ci: tidy ci workflows, isolate test into independent workflow (#79) #3

ci: tidy ci workflows, isolate test into independent workflow (#79)

ci: tidy ci workflows, isolate test into independent workflow (#79) #3

Workflow file for this run

name: Run pre-commit hooks that does not require project environment
on:
pull_request:
push:
branches:
- main
jobs:
run-hooks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
- name: Run pre-commit hooks
uses: j178/prek-action@v1
with:
extra_args: --skip ty-check --skip import-linter