Skip to content

Fixed Read the Docs deprecation #364

Fixed Read the Docs deprecation

Fixed Read the Docs deprecation #364

Workflow file for this run

name: changelog
on:
pull_request:
branches:
- 'master'
jobs:
build:
name: Check Actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Changelog check
uses: Zomzog/[email protected]
with:
fileName: RELEASE_NOTES.md # default `CHANGELOG.adoc`
checkNotification: Detailed # default `Detailed`
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}