Skip to content

chore: bump @deepnote/sqlint to 2.0.1 #155

chore: bump @deepnote/sqlint to 2.0.1

chore: bump @deepnote/sqlint to 2.0.1 #155

Workflow file for this run

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