Files
blog-frontEnd/.github/workflows/buildTest.yml
Workflow config file is invalid. Please check your config file: yaml: line 5: mapping values are not allowed in this context
2020-05-17 00:11:10 +08:00

21 lines
339 B
YAML

name: BuildTest
on:
push
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm install -g @angular/cli
- run: bash build.sh