Skip to content

build(deps): bump the actions group with 2 updates (#59) #195

build(deps): bump the actions group with 2 updates (#59)

build(deps): bump the actions group with 2 updates (#59) #195

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # 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