Skip to content

Feat: Notifications #21

Feat: Notifications

Feat: Notifications #21

Workflow file for this run

name: Lint code
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: ⚙️ Install dependencies
uses: ./.github/workflows/install-pnpm
- name: 📝 Check by linter
run: pnpm lint