Skip to content

fix test.yml URL of reusable workflow #40

fix test.yml URL of reusable workflow

fix test.yml URL of reusable workflow #40

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
tests:
uses: janosh/workflows/.github/workflows/pytest.yml@main
with:
python-version: "3.10"
secrets: inherit