Skip to content

Update Vulkava event listeners typings (#26) #150

Update Vulkava event listeners typings (#26)

Update Vulkava event listeners typings (#26) #150

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn lint