Skip to content

working on gh actions. #3

working on gh actions.

working on gh actions. #3

Workflow file for this run

name: "Build Branch"
on: workflow_dispatch
jobs:
build_all:

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

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
path: app
- uses: actions/setup-node@master
with:
node-version: 19
- name: Install Node dependencies
run: |
cd app
npm install
- name: Build
run: |
cd app
npm run build:js
ls out