Skip to content

github action

github action #4

Workflow file for this run

name: Build Test
on:
pull_request:
jobs:
build:

Check failure on line 5 in .github/workflows/next.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/next.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup-node
uses: actions/setup-node@v3
with:
node-version: 16
cache: npm
- name: npm-install
run: yarn
- name: app-build
run: yarn build