Skip to content

Commit

Permalink
get rid of the changelog check
Browse files Browse the repository at this point in the history
  • Loading branch information
mangs committed Mar 22, 2024
1 parent 3eb7255 commit 3927bfe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pullRequestWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ jobs:
- name: CPU Details
run: lscpu
- uses: actions/checkout@v4
- name: Ensure the changelog contains a section for the current package version
run: if [ "$(gh pr diff --name-only | grep CHANGELOG.md)" != 'CHANGELOG.md' ]; then exit 1; fi; VERSION=`cat package.json | jq -r .version` grep "## $VERSION" CHANGELOG.md
env:
GH_TOKEN: ${{ github.token }}
- uses: oven-sh/setup-bun@v1
with:
bun-version: "1.0.35"
Expand Down

0 comments on commit 3927bfe

Please sign in to comment.