Skip to content

Bump @typescript-eslint/eslint-plugin from 7.7.1 to 7.9.0 #61

Bump @typescript-eslint/eslint-plugin from 7.7.1 to 7.9.0

Bump @typescript-eslint/eslint-plugin from 7.7.1 to 7.9.0 #61

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Build
run: npm run ci