Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

chore(deps): update astral-sh/setup-uv digest to b5f58b2 #40

chore(deps): update astral-sh/setup-uv digest to b5f58b2

chore(deps): update astral-sh/setup-uv digest to b5f58b2 #40

Workflow file for this run

name: Run - all
on:
pull_request:
paths:
- "**.py"
- ".github/actions/uv-project-setup/**"
- ".github/workflows/run-all.yaml"
- "adventofcode/**/input-*.txt"
- "pyproject.toml"
- "uv.lock"
workflow_call:
workflow_dispatch:
jobs:
run-all:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Setup project
uses: ./.github/actions/uv-project-setup
- name: Run all
run: uv run poe runall