Skip to content

added work flow

added work flow #367

Workflow file for this run

name : Build Succeeds on PR
on:
pull_request:
branches:
- master
jobs:
build:
name: Build the project
runs-on: ubuntu-latest
steps:

Check failure on line 12 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
-name: Install Dependencies
run: npm install
-name: Run Build
run: npm run Build