Skip to content

npm (dev): bump prettier in the development-dependencies group #312

npm (dev): bump prettier in the development-dependencies group

npm (dev): bump prettier in the development-dependencies group #312

Workflow file for this run

name: Push
on:
push:
# release pipeline runs on push to main with same jobs
branches-ignore: ["main"]
jobs:
lint:
uses: "./.github/workflows/_lint.yml"
build:
uses: "./.github/workflows/_build.yml"