Skip to content

Bump ngx-highlightjs from 9.0.0 to 10.0.0 #216

Bump ngx-highlightjs from 9.0.0 to 10.0.0

Bump ngx-highlightjs from 9.0.0 to 10.0.0 #216

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