Skip to content

feat(state): State Management using NgRx #77

feat(state): State Management using NgRx

feat(state): State Management using NgRx #77

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: nrwl/nx-set-shas@v3
- run: npm i @nrwl/nx-linux-x64-gnu && npm ci
- run: npx nx format:check --fix
- run: npx nx affected --target=lint --parallel=3
- run: npx nx affected --target=test --parallel=3 --configuration=ci