Skip to content

Fix #737 - remove cursing from random any type #1678

Fix #737 - remove cursing from random any type

Fix #737 - remove cursing from random any type #1678

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
Ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16.x
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: npm install
- run: npm run build
- run: npm run build:test
- run: npm run test