Skip to content

build(deps): bump sigstore/gh-action-sigstore-python from 2.1.1 to 3.… #57

build(deps): bump sigstore/gh-action-sigstore-python from 2.1.1 to 3.…

build(deps): bump sigstore/gh-action-sigstore-python from 2.1.1 to 3.… #57

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