Skip to content

fix: Fix "We're here" marker position #44

fix: Fix "We're here" marker position

fix: Fix "We're here" marker position #44

Workflow file for this run

name: Check Formatting
on:
push:
branches: ['master']
pull_request:
branches: ['master']
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- name: Run Prettier check
run: npx prettier --check .