Skip to content

Set up GitHub Actions for running tests and checking types and formatting #1

Set up GitHub Actions for running tests and checking types and formatting

Set up GitHub Actions for running tests and checking types and formatting #1

Workflow file for this run

---
name: pre-commit
on:
pull_request:
push:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
- name: Pre-commit
uses: pre-commit/[email protected]