Skip to content

ci: modernize build, add macOS support, and enable python tests #9

ci: modernize build, add macOS support, and enable python tests

ci: modernize build, add macOS support, and enable python tests #9

Workflow file for this run

name: Style Check
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
pre-commit:
name: Pre-commit checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- uses: pre-commit/action@v3.0.1