Skip to content

Merge pull request #34 from ellenfieldn/fix-spellcheck #58

Merge pull request #34 from ellenfieldn/fix-spellcheck

Merge pull request #34 from ellenfieldn/fix-spellcheck #58

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 **/*.{ts,js,md}
github_token: ${{ github.token }}