Skip to content

Changelog CI

Changelog CI #1

Workflow file for this run

name: Changelog CI
on:
workflow_dispatch:
pull_request:
types: [ opened ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Changelog CI
uses: saadmk11/changelog-ci@v1.1.2