Skip to content

Workaround for now

Workaround for now #3

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@v3
with:
submodules: recursive
- name: Generate nodes.h
run: make src/parser/nodes.h
- name: Build project
run: make all