Skip to content

Merge pull request #76 from trailofbits/dependabot/github_actions/act… #219

Merge pull request #76 from trailofbits/dependabot/github_actions/act…

Merge pull request #76 from trailofbits/dependabot/github_actions/act… #219

Workflow file for this run

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