Skip to content

activate extension on startup finished #83

activate extension on startup finished

activate extension on startup finished #83

Workflow file for this run

---
name: Node CI
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- name: install, lint, and check types
run: |
npm install
npm run lint
npm run check-types