Skip to content

fix: basic event handling #36

fix: basic event handling

fix: basic event handling #36

Workflow file for this run

name: javascript
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check Out Repository
uses: actions/checkout@v4
# - name: Lint
# uses: pnpm run lint