Skip to content

Bump the npm-patching group with 2 updates #610

Bump the npm-patching group with 2 updates

Bump the npm-patching group with 2 updates #610

Workflow file for this run

name: "CI: Prettier"
on:
pull_request:
push:
branches:
- cf-pages
schedule:
- cron: "30 09 * * *"
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
- name: Prettier Action
uses: creyD/[email protected]
with:
prettier_options: "'**/*.{js,ts,mjs,md,cjs,json,yml,html,css,less,sass}' --write"