Skip to content

fix: browser import and execution variations #35

fix: browser import and execution variations

fix: browser import and execution variations #35

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