Skip to content

build(deps-dev): bump prettier from 3.1.1 to 3.2.4 #67

build(deps-dev): bump prettier from 3.1.1 to 3.2.4

build(deps-dev): bump prettier from 3.1.1 to 3.2.4 #67

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