Skip to content

build: update build tool to poetry and use ruff for linting #54

build: update build tool to poetry and use ruff for linting

build: update build tool to poetry and use ruff for linting #54

Workflow file for this run

name: Commitlint
on:
push:
branches: ['main', 'poetry']
pull_request:
jobs:
commitlint:
runs-on: ubuntu-latest
name: Commitlint
steps:
- uses: actions/checkout@v4
- name: Run commitlint
# uses: opensource-nepal/commitlint@v1
uses: ./
with:
verbose: true