Skip to content

MAINT: update pip constraints and pre-commit #304

MAINT: update pip constraints and pre-commit

MAINT: update pip constraints and pre-commit #304

Workflow file for this run

name: PR linting
on:
pull_request:
types:
- edited
- labeled
- opened
- reopened
- synchronize
- unlabeled
jobs:
check-labels:
name: Check labels
runs-on: ubuntu-22.04
steps:
# cspell:ignore agilepathway
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
any_of: >-
🐛 Bug,✨ Feature,⚙️ Enhancement,⚠️ Interface,❗ Behavior,📝 Docs,🔨 Maintenance,🖱️ DX
none_of: Epic,💫 Good first issue
repo_token: ${{ secrets.GITHUB_TOKEN }}
check-title:
name: Check title
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: npm install @commitlint/config-conventional
# cspell:ignore commitlint kode
- uses: JulienKode/pull-request-name-linter-action@v0.5.0