Skip to content

Commit

Permalink
In the lint GitHub action, lint the unreleased changelog stuff too.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpicyLemon committed Aug 5, 2024
1 parent 9ca57cb commit 0941967
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
go.sum
.github/workflows/lint.yml
scripts/no-now-lint.sh
.changelog/**
- uses: actions/setup-go@v5
if: env.GIT_DIFF
with:
Expand All @@ -39,3 +40,6 @@ jobs:
- name: No Now Usage
if: env.GIT_DIFF
run: scripts/no-now-lint.sh
- name: Unreleased Changelog Content
if: env.GIT_DIFF
run: .changelog/lint-unreleased.sh

0 comments on commit 0941967

Please sign in to comment.