Skip to content

Merge branch 'main' into auto-format #3

Merge branch 'main' into auto-format

Merge branch 'main' into auto-format #3

Workflow file for this run

name: check-format
on: [push, pull_request]
jobs:
format-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Prettier
run: npx prettier --check "**/*.ts" "**/*.css" "**/*.html"