Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.6.0 to 8.18.0 #284

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.6.0 to 8.18.0

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.6.0 to 8.18.0 #284

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 format:check --verbose
- run: npx nx affected --target=lint
- run: npx nx affected --target=test --ci --code-coverage