We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0489c37 commit 6027781Copy full SHA for 6027781
.github/workflows/makefile.yml
@@ -0,0 +1,27 @@
1
+name: Makefile CI
2
+
3
+on:
4
+ push:
5
+ branches: [ "horizon" ]
6
+ pull_request:
7
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