Skip to content

chore: replace bangs with dots #139

chore: replace bangs with dots

chore: replace bangs with dots #139

Workflow file for this run

name: Prettify on Merge
on:
pull_request_target:
types:
- closed
jobs:
prettier:
if: ${{ github.event.pull_request.merged == true }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
# Ensure the branch being merged is checked out
ref: ${{ github.event.pull_request.head.ref }}
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write ./packages/core/**/* ./packages/cli/**/*