Skip to content

feat: update deps, add idris2-lsp.metavars command to show menu to ju… #3

feat: update deps, add idris2-lsp.metavars command to show menu to ju…

feat: update deps, add idris2-lsp.metavars command to show menu to ju… #3

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22"
- name: Install dependencies
run: |
npm install-clean
- name: Lint
run: npm run lint
- name: Build source
run: |
npm run compile
npm run esbuild