Skip to content

chore: add placeholder tests.yaml Github Action #1

chore: add placeholder tests.yaml Github Action

chore: add placeholder tests.yaml Github Action #1

Workflow file for this run

name: Tests
on:
workflow_dispatch:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Check out repository
uses: actions/checkout@v4