Skip to content

fix: notifications (#110) #211

fix: notifications (#110)

fix: notifications (#110) #211

Workflow file for this run

name: CI (Lint)
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Linting lint
run: pnpm run lint