Skip to content

Create makefile.yml

Create makefile.yml #1

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "horizon" ]
pull_request:
branches: [ "horizon" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: 24
- name: update and install
run: |
npm update
npm install
- name: Install dependencies
run: npm run build