Skip to content

Update dependency esbuild to v0.18.4 #41

Update dependency esbuild to v0.18.4

Update dependency esbuild to v0.18.4 #41

Workflow file for this run

name: check for linting issues
on: [pull_request]
jobs:
lint:
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: Lint
run: yarn lint-check