Skip to content

Update dependency esbuild to v0.19.9 #50

Update dependency esbuild to v0.19.9

Update dependency esbuild to v0.19.9 #50

Workflow file for this run

name: check formatting
on: [pull_request]
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