feat: new @ng-web-apis/notification
package (Notification API)
#166
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |