Skip to content

test(FIR-12467): improve unit test coverage #500

test(FIR-12467): improve unit test coverage

test(FIR-12467): improve unit test coverage #500

Workflow file for this run

name: Pull request
on:
pull_request:
branches: [ main ]
jobs:
code-checkers:
uses: ./.github/workflows/code-check.yml
check-title:
runs-on: ubuntu-latest
steps:
- name: Check title name convention
uses: jef/conventional-commits-pr-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}