Skip to content

Commit 27a236a

Browse files
committed
CHANGELOG check
1 parent 42e77c7 commit 27a236a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Keep a Changelog
2+
3+
on:
4+
pull_request: {}
5+
6+
jobs:
7+
check-updated:
8+
runs-on: ubuntu-20.04
9+
steps:
10+
- uses: actions/checkout@v1
11+
with:
12+
fetch-depth: 0
13+
- run: bash -c "! git diff --exit-code origin/master... CHANGELOG.md"

0 commit comments

Comments
 (0)