Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.2 to 6.9.1 #244

build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.2 to 6.9.1

build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.2 to 6.9.1 #244

Workflow file for this run

name: Test
on: pull_request
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint
- name: Build
run: yarn build