Skip to content

feat: onboarding e2e tests #449

feat: onboarding e2e tests

feat: onboarding e2e tests #449

Workflow file for this run

name: CI
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
jobs:
lint-pr-title:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: npm install @commitlint/config-conventional@v17
- uses: JulienKode/[email protected]