Skip to content

feat: new @ng-web-apis/notification package (Notification API) #309

feat: new @ng-web-apis/notification package (Notification API)

feat: new @ng-web-apis/notification package (Notification API) #309

Workflow file for this run

name: ⚙️ Build
on:
pull_request:
push:
branches: [main]
jobs:
build:
name: Build demo
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.0
- uses: taiga-family/ci/actions/setup/node@v1.31.2
- run: npx nx build demo
concurrency:
group: build-demo-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true