Skip to content

fix: fix a syntax error in setup.py #185

fix: fix a syntax error in setup.py

fix: fix a syntax error in setup.py #185

Workflow file for this run

# Run commitlint on the commit messages in a pull request.
name: Lint Commit Messages
on:
push:
branches: [ "main" ]
pull_request:
branches:
- '**'
jobs:
commitlint:
uses: openedx/.github/.github/workflows/commitlint.yml@master