Skip to content

Add github actions file #2

Add github actions file

Add github actions file #2

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [ master ]
strategy:

Check failure on line 8 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 8, Col: 1): Unexpected value 'strategy' .github/workflows/ci.yml (Line: 14, Col: 5): Required property is missing: runs-on
matrix:
os: [ubuntu-latest, macos-latest]
jobs:
test:
steps:
- name: run tests
run: make test