diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index aad066fb0..c71220cce 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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: @@ -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