Skip to content

ci(actions): update lint workflow #106

ci(actions): update lint workflow

ci(actions): update lint workflow #106

Workflow file for this run

name: Dev Workflow
on:
push:
branches-ignore: [ master ]
pull_request:
branches-ignore: [ master ]
jobs:
call-lint-workflow:
uses: ./.github/workflows/lint.yml
call-e2e-workflow:
needs:
- call-lint-workflow
uses: ./.github/workflows/e2e.yml
secrets: inherit
call-container-build-workflow:
needs:
- call-lint-workflow
uses: ./.github/workflows/container-build.yml
with:
container-tag: latest-dev
build-stage: dev
secrets: inherit