Skip to content

build(marked): Update dependency marked from 13.0.0 to 13.0.1 (#139) #274

build(marked): Update dependency marked from 13.0.0 to 13.0.1 (#139)

build(marked): Update dependency marked from 13.0.0 to 13.0.1 (#139) #274

Workflow file for this run

# Unique name for this workflow
name: On Push
# Definition when the workflow should run
on:
workflow_dispatch:
push:
# Jobs to be executed
jobs:
format-check:
uses: ./.github/workflows/prettier-verify.yml
release-please:
# runs only on push - not on workflow-dispatch
if: github.ref_name == 'main' && github.ref_type == 'branch'
needs: format-check
uses: ./.github/workflows/release-please.yml
secrets:
release-token: ${{ secrets.RELEASE_TOKEN }}