Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Fix typos in CALL clause #1250

Fix typos in CALL clause

Fix typos in CALL clause #1250

Workflow file for this run

name: Test deployment
on:
pull_request:
branches:
- master
jobs:
test-deploy:
name: Test deployment
runs-on: [self-hosted, Linux, X64, Ubuntu20.04]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: npm
- name: Install dependencies
run: npm ci
- name: Test build website
run: npm run build