Skip to content

ignore build errors #16

ignore build errors

ignore build errors #16

Workflow file for this run

name: Format
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Check formatting
run: npm run format:check