Skip to content

fix env: export env in browser context #307

fix env: export env in browser context

fix env: export env in browser context #307

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint:check