Skip to content

build(deps): bump actions/attest-build-provenance from 1.3.2 to 1.4.1 in the actions group across 1 directory #171

build(deps): bump actions/attest-build-provenance from 1.3.2 to 1.4.1 in the actions group across 1 directory

build(deps): bump actions/attest-build-provenance from 1.3.2 to 1.4.1 in the actions group across 1 directory #171

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
lint:
name: Lint Codebase
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Lint with Ruff
run: |
pipx run ruff check --diff --verbose .