Skip to content

Convert values in ParamsDict to supported Struct entities #60

Convert values in ParamsDict to supported Struct entities

Convert values in ParamsDict to supported Struct entities #60

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: nrwl/nx-set-shas@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npx nx affected -t lint --parallel=3 --exclude=demo,demo-server
- run: npx nx affected -t test --parallel=3 --exclude=demo,demo-server
- run: npx nx affected -t build --parallel=3 --exclude=demo,demo-server