Skip to content

add variance functions #5

add variance functions

add variance functions #5

Workflow file for this run

name: CI
on:
push:
jobs:
CI:
name: CI flow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16.13.1"
cache: "yarn"
- name: Install dependencies
run: yarn install --immutable --immutable-cache
- name: Build
run: yarn build
- name: Lint
run: yarn lint
- name: Publish @questdb/sql-grammar to npm
if: github.ref == 'refs/heads/master'
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
access: public
check-version: true
package: ./package.json