Skip to content

Run CI on all branches #6

Run CI on all branches

Run CI on all branches #6

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