Skip to content

tmp

tmp #1

Workflow file for this run

name: Tests

Check failure on line 1 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yaml

Invalid workflow file

(Line: 14, Col: 15): Expected format {org}/{repo}[/path]@ref. Actual 'actions/checkout'
on:
workflow_dispatch: {}
pull_request:
branches:
- main
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout
- name: Run tests
shell: bash
run: make test