Skip to content

Commit 6027781

Browse files
authored
Create makefile.yml
1 parent 0489c37 commit 6027781

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/workflows/makefile.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Makefile CI
2+
3+
on:
4+
push:
5+
branches: [ "horizon" ]
6+
pull_request:
7+
branches: [ "horizon" ]
8+
9+
jobs:
10+
build:
11+
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- uses: actions/checkout@v4
16+
- uses: actions/[email protected]
17+
with:
18+
node-version: 24
19+
20+
- name: update and install
21+
run: |
22+
npm update
23+
npm install
24+
25+
- name: Install dependencies
26+
run: npm run build
27+

0 commit comments

Comments
 (0)