Skip to content

feat: implement integer to Roman numeral conversion (python) #6

feat: implement integer to Roman numeral conversion (python)

feat: implement integer to Roman numeral conversion (python) #6

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