Skip to content

Build Add missing JSDoc #86

Build Add missing JSDoc

Build Add missing JSDoc #86

Workflow file for this run

name: Format Check
on: [push, pull_request]
jobs:
code-format:
runs-on: ubuntu-latest
name: Format Check
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install
run: npm ci
- name: Check Format
run: npm run check-format