Skip to content

build(deps-dev): bump typescript from 5.5.3 to 5.5.4 in /kusto-language-server in the dev-dependencies group #197

build(deps-dev): bump typescript from 5.5.3 to 5.5.4 in /kusto-language-server in the dev-dependencies group

build(deps-dev): bump typescript from 5.5.3 to 5.5.4 in /kusto-language-server in the dev-dependencies group #197

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@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run lint
- run: npm run vscode:prepublish