Skip to content

feature/fix hyphen

feature/fix hyphen #91

Workflow file for this run

name: check formatting
on: [pull_request, workflow_dispatch]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install Dependencies
run: yarn --immutable
- name: Format
run: yarn format-check