Skip to content

build(deps): bump follow-redirects from 1.15.3 to 1.15.4 in /kusto-language-server #73

build(deps): bump follow-redirects from 1.15.3 to 1.15.4 in /kusto-language-server

build(deps): bump follow-redirects from 1.15.3 to 1.15.4 in /kusto-language-server #73

name: kusto-language-server-pr-validation
on:
pull_request:
branches:
- master
paths:
- 'kusto-language-server/**'
- '.github/workflows/kusto-language-server-pr-validation.yml'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
validate:
runs-on: ubuntu-latest
defaults:
run:
working-directory: kusto-language-server
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- run: npm run vscode:prepublish