Skip to content

feat: add shell highlight hover, document symbol and link feature to snakemake #36

feat: add shell highlight hover, document symbol and link feature to snakemake

feat: add shell highlight hover, document symbol and link feature to snakemake #36

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches-ignore: []
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18.*
- run:
npm install && npm ci