Skip to content

build(deps): bump cross-spawn #335

build(deps): bump cross-spawn

build(deps): bump cross-spawn #335

Workflow file for this run

name: Default Pipeline
on:
pull_request:
push:
branches:
- "main"
jobs:
init:
uses: ./.github/workflows/00-init.yml
scan-secrets:
# disable secret scanning on "main" branch (because truffleHog has issues with this) and check for a fork as the source that's heading on the main branch, which would fail as well.
if: github.event.pull_request == null || github.event.pull_request.head.repo.owner.login == 'db-ui'
uses: ./.github/workflows/00-scan-secrets.yml
build:
uses: ./.github/workflows/01-build.yml
needs: [init]
secrets: inherit
lint:
uses: ./.github/workflows/01-lint.yml
needs: [init]
secrets: inherit