Skip to content

Merge pull request #57 from noahm/dependabot/npm_and_yarn/esbuild-0.19.8 #52

Merge pull request #57 from noahm/dependabot/npm_and_yarn/esbuild-0.19.8

Merge pull request #57 from noahm/dependabot/npm_and_yarn/esbuild-0.19.8 #52

Workflow file for this run

name: Status Checks
on:
push:
jobs:
build:
runs-on: ubuntu-latest
name: Status Checks
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
always-auth: true
node-version: 20
registry-url: "https://npm.pkg.github.com"
scope: "@noahm"
cache: "yarn"
- name: Init project
run: yarn --immutable
- name: Typecheck
run: yarn typecheck
- name: Lint
run: yarn lint
- name: Webpack Build
run: yarn compile