Skip to content

Commit 41e2160

Browse files
committed
Trying a github action
1 parent 54bc437 commit 41e2160

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/build-main.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Build Main
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
workflow_dispatch:
8+
9+
jobs:
10+
build:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Check out code
14+
uses: actions/checkout@v5
15+
- name: Install Node.js for Coveralls Plug In
16+
uses: actions/setup-node@v6
17+
with:
18+
node-version: lts/*

0 commit comments

Comments
 (0)