Skip to content

Create builder.yml

Create builder.yml #71

Workflow file for this run

name: Build and Scan
on:
pushes:
pull_requests:
jobs:
build:
runs-on: ubuntu-20.04
steps:
-name: check out code
uses: actions/ckeckout@v2

Check failure on line 10 in .github/workflows/builder.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/builder.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
- name: Install node.js 14.x
uses : actions/setup-node@v2
with:
node-version: 14.x
- name: Install dependencies
run: npm clean-install