Skip to content

Commit 49b9d62

Browse files
authored
Merge pull request #5 from saadmk11/changelog-ci
Use Changelog CI
2 parents 1176cbc + a566d59 commit 49b9d62

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Changelog CI
2+
3+
on:
4+
pull_request:
5+
types: [ opened ]
6+
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- uses: actions/checkout@v2
13+
14+
- name: Run Changelog CI
15+
uses: saadmk11/changelog-ci@v1.0.0

0 commit comments

Comments
 (0)