Skip to content

use submodules, add makefile, use npm instead of yarn, add workflow #2

use submodules, add makefile, use npm instead of yarn, add workflow

use submodules, add makefile, use npm instead of yarn, add workflow #2

Workflow file for this run

name: Build
on:
pull_request:
branches-ignore:
- "dependabot/**"
push:
branches:
- "main"
jobs:
build:
name: Build
uses: ./.github/workflows/reusable-build.yaml
with:
ref: ${{ github.head_ref }}