Skip to content

feat: add onboarding emails #2

feat: add onboarding emails

feat: add onboarding emails #2

Workflow file for this run

name: "Lint PR"
on:
pull_request:
branches:
- main
jobs:
lintk:
name: Lint PR
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm ci
- name: 'Lint'
run: npm run lint