Skip to content

build(deps): bump actions/checkout from 4.2.1 to 4.2.2 in the actions group #222

build(deps): bump actions/checkout from 4.2.1 to 4.2.2 in the actions group

build(deps): bump actions/checkout from 4.2.1 to 4.2.2 in the actions group #222

Workflow file for this run

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