Skip to content

Bump ws from 7.5.9 to 7.5.10 #205

Bump ws from 7.5.9 to 7.5.10

Bump ws from 7.5.9 to 7.5.10 #205

Workflow file for this run

name: Build and test
on:
push:
branches:
- '!main'
pull_request:
jobs:
build_and_test:
name: Build and test
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 workspace-lint
- run: npx nx format:check --verbose
- run: npx nx affected --target=lint
- run: npx nx affected --target=test --ci --code-coverage