Skip to content

feat: implement integer to Roman numeral conversion (C++) (#3) #11

feat: implement integer to Roman numeral conversion (C++) (#3)

feat: implement integer to Roman numeral conversion (C++) (#3) #11

Workflow file for this run

name: Lint Commit Messages 📜
on:
push:
branches:
- main
pull_request:
branches:
- '**'
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v6