Skip to content

Bump @typescript-eslint/eslint-plugin from 6.7.0 to 6.7.2 #6

Bump @typescript-eslint/eslint-plugin from 6.7.0 to 6.7.2

Bump @typescript-eslint/eslint-plugin from 6.7.0 to 6.7.2 #6

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