Skip to content

Commit

Permalink
Added check on changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Nov 19, 2020
1 parent fe3b891 commit d30052b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
run: dotnet new tool-manifest
- name: Install Changelog tool
run: dotnet tool install --local Credfeto.ChangeLog.Cmd
- name Check Changelog
- name: Check Changelog
run: dotnet changelog -changelog D:\Work\changelog-manager\CHANGELOG.md -check-insert ${{ github.base_ref}}

0 comments on commit d30052b

Please sign in to comment.