Skip to content

changing some lines in front-end.yml #5

changing some lines in front-end.yml

changing some lines in front-end.yml #5

Workflow file for this run

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

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 'uses' .github/workflows/front-end.yml (Line: 9, Col: 7): Required property is missing: run
- name: Install dependencies and build app
run: |
npm install
npm run build