Initial formatting
This commit is contained in:
+4
-7
@@ -1,21 +1,18 @@
|
||||
name: Node CI
|
||||
|
||||
on: [push]
|
||||
|
||||
name: Node.js
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
name: Build
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@master
|
||||
|
||||
- name: Use Node.js 10.x
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
version: 10.x
|
||||
|
||||
- name: npm install, build, and test
|
||||
run: |
|
||||
npm install
|
||||
|
||||
Reference in New Issue
Block a user