Skip to content

Switch to in-toto statements #43

Switch to in-toto statements

Switch to in-toto statements #43

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version-file: pyproject.toml
cache: "pip"
cache-dependency-path: pyproject.toml
- name: lint
run: make lint INSTALL_EXTRA=lint