Skip to content

feat: terraform deployment #213

feat: terraform deployment

feat: terraform deployment #213

Workflow file for this run

name: Main Workflow
on:
pull_request:
types: [opened, synchronize]
branches:
- dev
- main
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/build.yml
build-image:
uses: ./.github/workflows/build-image.yml

Check failure on line 19 in .github/workflows/main-workflow.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main-workflow.yml

Invalid workflow file

error parsing called workflow ".github/workflows/main-workflow.yml" -> "./.github/workflows/build-image.yml" : failed to fetch workflow: workflow was not found.
lint:
uses: ./.github/workflows/lint.yml
needs: build
test:
uses: ./.github/workflows/test.yml
needs: lint
test-integration:
uses: ./.github/workflows/test-integration.yml
needs: lint