Skip to content

Add expr.isNotNull, expr.notExists, add support for functions other t… #71

Add expr.isNotNull, expr.notExists, add support for functions other t…

Add expr.isNotNull, expr.notExists, add support for functions other t… #71

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/setup-node@v2.4.0
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Deploy
uses: s0/git-publish-subdir-action@v2.5.1
env:
REPO: self
BRANCH: package
FOLDER: build
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MESSAGE: "Deploy {sha}:\n{msg}"