Skip to content

Added frontend and backend actions #1

Added frontend and backend actions

Added frontend and backend actions #1

Workflow file for this run

name: Backend - lint and style checks
on:
pull_request:
branches:
- main
jobs:
name: Backend check

Check failure on line 9 in .github/workflows/backend.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/backend.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- working-directory: backend
run: |
npm ci
npm run lint-check