Skip to content

Try something smarter #19

Try something smarter

Try something smarter #19

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: configure
run: ./configure
- name: Run build
run: |
source $GITHUB_PATH

Check failure on line 22 in .github/workflows/makefile.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/makefile.yml

Invalid workflow file

You have an error in your yaml syntax on line 22
make build
- name: Run tests
run: |
source $GITHUB_PATH
make test