Skip to content

Bump dottie from 2.0.3 to 2.0.4 (#202) #277

Bump dottie from 2.0.3 to 2.0.4 (#202)

Bump dottie from 2.0.3 to 2.0.4 (#202) #277

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@v2
with:
node-version: 14.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