Skip to content

Update Vulkava event listeners typings (#26) #149

Update Vulkava event listeners typings (#26)

Update Vulkava event listeners typings (#26) #149

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn
- name: Build the project
run: yarn build