Skip to content

Fix issues caught by new actions linter #15

Fix issues caught by new actions linter

Fix issues caught by new actions linter #15

Workflow file for this run

name: build
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2
- uses: "actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b" # v5.3.0
- name: install requirements
run: pip install pre-commit
- name: run linting
run: make lint