Skip to content

ci - add runner OS

ci - add runner OS #5

Workflow file for this run

name: "CI"
on:
pull_request:
types: [opened, reopened]
push:
branches:
- "main"
- "aljoshi/*" #TODO: Remove once PR is merged
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: |
pip install hatch
hatch run lint:check