Skip to content

meta: add CI

meta: add CI #1

Workflow file for this run

name: CI
on:
push:
branches:
master
pull_request:
branches:
master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Build
- run: make
test:
runs-on: ubuntu-latest
- name: Check out repository code

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

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 21
uses: actions/checkout@v4
- name: Run Tests
- run: make test