Skip to content

Update actions/checkout digest to 692973e #134

Update actions/checkout digest to 692973e

Update actions/checkout digest to 692973e #134

Workflow file for this run

name: Run Tests
on:
push:
branches:
- "main"
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Lint with ruff
run: |
make lint