Skip to content

feat: Update backend workflow and .gitignore file #81

feat: Update backend workflow and .gitignore file

feat: Update backend workflow and .gitignore file #81

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
backend:
uses: ./.github/workflows/backend.yml

Check failure on line 13 in .github/workflows/flow.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/flow.yml

Invalid workflow file

error parsing called workflow ".github/workflows/flow.yml" -> "./.github/workflows/backend.yml" (source branch with sha:7c228a3dd68efb8b42f9b0a817bfe424f0eb9144) : You have an error in your yaml syntax on line 66
secrets: inherit
frontend:
uses: ./.github/workflows/frontend.yml
secrets: inherit
deployment:
needs:
- backend
- frontend
uses: ./.github/workflows/deployment.yml
secrets: inherit