Skip to content

writhing github action code for front end #7

writhing github action code for front end

writhing github action code for front end #7

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
working-directory: ./client

Check failure on line 11 in .github/workflows/front-end.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/front-end.yml (Line: 11, Col: 7): Unexpected value 'working-directory'
- name: Install dependencies and build app
run: |
npm install
npm run build