Skip to content

Turn on actions into a list #7

Turn on actions into a list

Turn on actions into a list #7

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run tests
run: .github/workflows/run