Skip to content

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

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

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

Workflow file for this run

name: ⚙️ Build
on:
pull_request:
push:
branches: [main]
jobs:
build:
name: libs
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Setup Node.js and Cache
uses: ./.github/actions/nodejs
- run: npm run run-many:build:libs
concurrency:
group: build-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true