Skip to content

Bump @typescript-eslint/eslint-plugin from 6.7.0 to 6.9.1 #76

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

Bump @typescript-eslint/eslint-plugin from 6.7.0 to 6.9.1 #76

Workflow file for this run

name: Build
on:
# Run build tests on pull requests
pull_request:
branches:
- main
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/[email protected]
with:
node-version: 16.x
- name: Install dependencies
run: yarn
- name: Build
run: yarn build:local