Skip to content

writing jobs in front-end.yml #4

writing jobs in front-end.yml

writing jobs in front-end.yml #4

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
run: npm install
- name: Build app
run: npm run build