Skip to content

build(deps): Bump setuptools from 75.2.0 to 75.4.0 #139

build(deps): Bump setuptools from 75.2.0 to 75.4.0

build(deps): Bump setuptools from 75.2.0 to 75.4.0 #139

Workflow file for this run

# Linting commit messages on pull requests that follow the configuration.
# Default config
---
name: Linting commit messages
on: [pull_request]
permissions:
contents: read
pull-requests: read
jobs:
commitlint:
name: Commitlint
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run commitlint
uses: wagoid/commitlint-github-action@v6
with:
configFile: .commitlintrc.mjs