Skip to content

Add guards to make sure teh provider is initialized when required #13

Add guards to make sure teh provider is initialized when required

Add guards to make sure teh provider is initialized when required #13

Workflow file for this run

name: Lint
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: npm install
- run: npm run build
- run: npm run lint