Skip to content

feat(python)!: Updated dependencies for pylace #73

feat(python)!: Updated dependencies for pylace

feat(python)!: Updated dependencies for pylace #73

Workflow file for this run

name: 'Check changelog for adhereance to keep-a-changelog'
on:
workflow_dispatch:
pull_request:
paths:
- 'CHANGELOG.md'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew install nbbrd/tap/heylogs
heylogs check CHANGELOG.md | tee heylogs.log
grep -i "No problem" heylogs.log