Skip to content

Update @types/events requirement from ^3.0.0 to ^3.0.3 #363

Update @types/events requirement from ^3.0.0 to ^3.0.3

Update @types/events requirement from ^3.0.0 to ^3.0.3 #363

Workflow file for this run

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