Skip to content

fix update status indicator & some notifications are not shown #205

fix update status indicator & some notifications are not shown

fix update status indicator & some notifications are not shown #205

Workflow file for this run

name: Test
on:
- pull_request
- push
jobs:
Security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npx lockfile-lint --path package-lock.json --validate-https
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run lint
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run build
- uses: actions/upload-artifact@v4
with:
name: notifications-preview-github
path: distribution