Skip to content

Merge pull request #23 from musher-dev/fix/hub-fallback-on-401 #54

Merge pull request #23 from musher-dev/fix/hub-fallback-on-401

Merge pull request #23 from musher-dev/fix/hub-fallback-on-401 #54

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.13"]
steps:
- uses: actions/checkout@v6
- uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- uses: arduino/setup-task@v2
with:
version: 3.x
- uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- run: task setup
- run: task check