Skip to content

better error logging #91

better error logging

better error logging #91

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