Skip to content

15 01 24

15 01 24 #1

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
master:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: nrwl/nx-set-shas@v3
- run: npm ci
- run: npx nx format:check
- run: npx nx affected -t build --parallel=3