Skip to content

Bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.12.2 #382

Bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.12.2

Bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.12.2 #382

Workflow file for this run

name: Build Code
on: [push, pull_request, workflow_call]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: npm i
- name: Build
run: npm run prepublishOnly