Skip to content

v3 - prettier dry run workflow #5

v3 - prettier dry run workflow

v3 - prettier dry run workflow #5

Workflow file for this run

name: Prettier Check
on:
pull_request:
branches: [main, v3]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
- name: Dry Prettify
uses: actionsx/prettier@v3
with:
args: --check .