Skip to content

Don't add comments about API docs previews to PRs #63

Don't add comments about API docs previews to PRs

Don't add comments about API docs previews to PRs #63

Workflow file for this run

name: Code Format Checks
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
code-lint-and-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
cache: "yarn"
- name: Install dependencies
run: yarn install
- name: Check formatting
run: yarn format