Skip to content

ci: gh workflows

ci: gh workflows #2

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
lint:
uses: ./.github/workflows/lint.yml
needs: build
test:
uses: ./.github/workflows/test.yml
needs: lint
test-e2e:
uses: ./.github/workflows/test-e2e.yml

Check failure on line 27 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/test-e2e.yml" : failed to fetch workflow: workflow was not found.
needs: lint