Skip to content

feature: added notifications everywhere #79

feature: added notifications everywhere

feature: added notifications everywhere #79

Workflow file for this run

name: Lint source files
on: push
jobs:
run-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm ci
npm run lint
npm run build