Skip to content

chore(deps): update mcr.microsoft.com/devcontainers/python docker tag to v3.13 #203

chore(deps): update mcr.microsoft.com/devcontainers/python docker tag to v3.13

chore(deps): update mcr.microsoft.com/devcontainers/python docker tag to v3.13 #203

Workflow file for this run

name: "Lint"
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
ruff:
name: "Ruff"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/[email protected]"
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Run Ruff
run: |
nix develop --command bash -c "pip install -r requirements.txt && ruff check ."