Skip to content

test: βœ… Add support for e2e with auth basic #880

test: βœ… Add support for e2e with auth basic

test: βœ… Add support for e2e with auth basic #880

Workflow file for this run

name: Lint Commit Messages πŸ“
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- name: Checkout code πŸ“₯
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run commit lint check βœ…
uses: wagoid/commitlint-github-action@v5
with:
configFile: .commitlint.config.js