Skip to content

fix: can't open notifications page when previewer open (#153) #190

fix: can't open notifications page when previewer open (#153)

fix: can't open notifications page when previewer open (#153) #190

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