mirror of
https://github.com/c-cube/linol.git
synced 2025-12-15 07:16:17 -05:00
git-subtree-dir: thirdparty/lsp git-subtree-split: aae6986391a8519de3da6a7a341f2bd3376e0d2f
13 lines
280 B
YAML
13 lines
280 B
YAML
name: Changelog check
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [master]
|
|
types: [opened, synchronize, reopened, labeled, unlabeled]
|
|
|
|
jobs:
|
|
Changelog-Entry-Check:
|
|
name: Check Changelog Action
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: tarides/changelog-check-action@v3
|