Skip to content

Fail the action if there is an issue retrieving tags #14

Fail the action if there is an issue retrieving tags

Fail the action if there is an issue retrieving tags #14

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
validate-changelog:
name: Validate Changelog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate Changelog
uses: denisa/clq-action@v1
with:
changeMap: .github/clq/changemap.json
mode: feature