Skip to content

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

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

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

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- "main"
jobs:
build:
if: ${{ github.actor != 'dependabot[bot]' }}
name: Build
uses: ./.github/workflows/reusable-build.yaml
with:
ref: ${{ github.head_ref }}