Skip to content

Commit

Permalink
Merge pull request #5 from saadmk11/changelog-ci
Browse files Browse the repository at this point in the history
Use Changelog CI
  • Loading branch information
saadmk11 authored Jul 31, 2022
2 parents 1176cbc + a566d59 commit 49b9d62
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/changelog-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Changelog CI

on:
pull_request:
types: [ opened ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Run Changelog CI
uses: saadmk11/changelog-ci@v1.0.0

0 comments on commit 49b9d62

Please sign in to comment.