Skip to content

Update prettier configuration and changelog formatting #42

Update prettier configuration and changelog formatting

Update prettier configuration and changelog formatting #42

Workflow file for this run

name: AutoPretty
on:
pull_request:
branches:
- 'dev'
push:
branches:
- 'dev'
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event_name == 'pull_request' && github.head_ref || github.ref_name }}
fetch-depth: 0
- name: Prettify code
uses: creyD/prettier_action@v4.3
with:
prettier_options: --write "**/*.{js,ts,json}" --config .prettierrc
only_changed: False