Skip to content

Commit

Permalink
ci: removed changelog verify
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronczichon committed Apr 22, 2024
1 parent 48438ec commit 5c561fe
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,3 @@ jobs:

- name: Build plugin
run: npm run build

verify-changelog:
name: Verify Changelog
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Changelog Reader
uses: mindsers/[email protected]
with:
# Path to the CHANGELOG file containing the log entries
path: ./CHANGELOG.md
# Specifies if the CHANGELOG.md file should be validated and the behavior of the action
validation_level: error

0 comments on commit 5c561fe

Please sign in to comment.