Skip to content

document a common workflow #4

document a common workflow

document a common workflow #4

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up uv
uses: astral-sh/setup-uv@v3
- name: Run lint
run: script/lint