Skip to content

Commit a566d59

Browse files
committed
Use Changelog CI
1 parent 1176cbc commit a566d59

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

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)