Skip to content

README: add a notice about whether this action is needed #338

README: add a notice about whether this action is needed

README: add a notice about whether this action is needed #338

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: lint
run: make lint