Skip to content

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

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

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

Workflow file for this run

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