Skip to content

feat: Add boolean fields for Discord notification settings + updated … #26

feat: Add boolean fields for Discord notification settings + updated …

feat: Add boolean fields for Discord notification settings + updated … #26

Workflow file for this run

name: ⬣ Lint
on:
push:
branches:
- development
- release/staging
- release/production
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: ⬣ Lint
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
- name: ⎔ Setup node
uses: actions/setup-node@v4
with:
node-version: 20
- name: ⎔ Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: 📥 Install dependencies
run: pnpm install
- name: 🔬 Lint
run: pnpm run lint && pnpm run typecheck