Skip to content

fix: fix a syntax error in setup.py (#43) #186

fix: fix a syntax error in setup.py (#43)

fix: fix a syntax error in setup.py (#43) #186

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