FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore: Upgrade packages. · deepnote/sql-language-server@4b50314 · GitHub

chore: Upgrade packages. #150

chore: Upgrade packages.

chore: Upgrade packages. #150

Workflow file for this run

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
name: build-and-test
on: [push]
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version: 20.x
- uses: actions/setup-python@v2
with:
python-version: 3.8.12
env:
PYTHON_VERSION: 3.8.12
- run: yarn install
- run: yarn npm:prepublish
- run: yarn lint
- run: yarn vsc-compile:client
- run: yarn vsc-compile:server
- run: yarn test:server
- run: yarn test:parser
- run: yarn test:sqlint

Back | FazBrowse Home | New Git URL