Skip to content

build(deps): bump actions/checkout from 5 to 6 #10

build(deps): bump actions/checkout from 5 to 6

build(deps): bump actions/checkout from 5 to 6 #10

Workflow file for this run

name: Tests
on:
workflow_dispatch: {}
pull_request:
branches:
- main
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run tests
shell: bash
run: make test