Skip to content

build(deps-dev): bump nx from 17.2.7 to 18.0.4 #76

build(deps-dev): bump nx from 17.2.7 to 18.0.4

build(deps-dev): bump nx from 17.2.7 to 18.0.4 #76

Workflow file for this run

name: "Workflow Dispatch"
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
call-lint:
name: "Lint"
uses: ./.github/workflows/lint.yml
call-build:
name: "Build"
uses: ./.github/workflows/build.yml
call-release:
name: "Release"
needs: [ call-lint, call-build ]
if: ${{ github.ref_protected == true }}
uses: ./.github/workflows/release.yml
secrets: inherit