Skip to content

test on github actions now #1

test on github actions now

test on github actions now #1

Workflow file for this run

name: Test
on:
pull_request:
push:
jobs:
test:
name: Test Linux
runs-on: ["ubuntu-latest", "macos-latest"]
steps:
- uses: actions/checkout@v2
- run: |
make && make test

Check failure on line 13 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 13