Skip to content

Review (#32)

Review (#32) #5

Workflow file for this run

name: Format Code
on:
push:
jobs:
format:
name: Format Code
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Format Code with Prettier
run: npx prettier --write "**/*.js" --tab-width