Skip to content

test(ui): add cypress tests to github actions #51

test(ui): add cypress tests to github actions

test(ui): add cypress tests to github actions #51

Workflow file for this run

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