Skip to content

Merge pull request #6 from cxiao/release-please--branches--main--comp… #23

Merge pull request #6 from cxiao/release-please--branches--main--comp…

Merge pull request #6 from cxiao/release-please--branches--main--comp… #23

Workflow file for this run

on:
push:
branches:
- main
name: ci
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: wntrblm/nox@2025.11.12
with:
python-versions: "3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14"
- run: nox -s lint