Skip to content

workflows into workflows #2

workflows into workflows

workflows into workflows #2

Workflow file for this run

name: Test
on:
push:
paths-ignore:
- 'README.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.13'
- run: make test