Skip to content

chore(changelog): new way to maintain the changelog #7

chore(changelog): new way to maintain the changelog

chore(changelog): new way to maintain the changelog #7

Workflow file for this run

name: Changelog
on:
pull_request:
types: [ "opened", "synchronize" ]
jobs:
validate-changelog:
name: Validate changelog
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Validate changelogs
uses: thiagodnf/yaml-schema-checker@v0.0.8
with:
jsonSchemaFile: CHANGELOG/schema.json
yamlFiles: |
CHANGELOG/unreleased/*/*.yaml