Skip to content

feat: add no result for selected filters label #289

feat: add no result for selected filters label

feat: add no result for selected filters label #289

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
# Cache node_modules
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
- run: npm ci
- uses: nrwl/nx-set-shas@v3
- run: npx nx format:check
- run: npx nx run angular-hub:lint
- run: npx nx run angular-hub:build:production