UNPKG
node-red-nodegen
Version:
latest (0.2.4)
0.2.4
0.2.3
0.2.2
0.2.1
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
Node generator for Node-RED
nodered.org
node-red/node-red-nodegen
node-red-nodegen
/
.github
/
workflows
/
test.yml
15 lines
(14 loc)
•
250 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name:
test
on:
push:
branches:
[
master
]
pull_request:
branches:
[
master
]
jobs:
test:
runs-on:
ubuntu-latest
steps:
-
uses:
actions/checkout@v2
-
uses:
actions/setup-node@v2
-
run:
npm
install
-
run:
npm
test