Skip to content

Update actions/checkout digest to 11bd719 #104

Update actions/checkout digest to 11bd719

Update actions/checkout digest to 11bd719 #104

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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # 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