Skip to content

throw if not cli fix #26

throw if not cli fix

throw if not cli fix #26

Workflow file for this run

name: 'Check formatting'
on:
push:
jobs:
check_formatting:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
- run: pnpm install
- run: pnpm run format:check