Skip to content

Allow manual format workflow #15

Allow manual format workflow

Allow manual format workflow #15

Workflow file for this run

name: Prettier
on:
push:
branches:
- main
paths:
- "**/*.ts"
- "**/*.mts"
- "**/*.yml"
- "**/*.yaml"
- ".github/workflows/prettier.yml"
pull_request:
paths:
- "**/*.ts"
- "**/*.mts"
- "**/*.yml"
- "**/*.yaml"
- ".github/workflows/prettier.yml"
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Prettier check
run: |
npx --yes prettier --check .