Skip to content

ci: upgrade actions to Node.js 24 before 2026-06-02 deprecation (#153) #530

ci: upgrade actions to Node.js 24 before 2026-06-02 deprecation (#153)

ci: upgrade actions to Node.js 24 before 2026-06-02 deprecation (#153) #530

Workflow file for this run

name: Tests
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.x'
- name: Run tests
run: bash tests/run-tests.sh