Skip to content

Change license to Apache-2.0 license, start prepping for initial release #24

Change license to Apache-2.0 license, start prepping for initial release

Change license to Apache-2.0 license, start prepping for initial release #24

Workflow file for this run

name: "Code linting"
on:
push:
branches: [main]
pull_request:
jobs:
pre_commit:
name: "pre-commit"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: pre-commit/action@v3.0.1