Skip to content

use prettier token i just added #45

use prettier token i just added

use prettier token i just added #45

Workflow file for this run

name: Check syntax
on:
push:
jobs:
build:
name: Format content with Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: latest
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write .
github_token: ${{ secrets.PRETTIER_TOKEN }}