Skip to content

chore: prettier action #8

chore: prettier action

chore: prettier action #8

Workflow file for this run

name: Verify
on:
pull_request:
jobs:
prettier:
name: Prettier
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/[email protected]
with:
dry: true
prettier_options: --check **/*.{js,md,yaml,ts,json}