Skip to content

Commit

Permalink
Configure static-checking
Browse files Browse the repository at this point in the history
This solution is recommended here: EndBug/version-check#218
  • Loading branch information
confused-Techie committed Apr 5, 2024
1 parent 5521b00 commit 2a28ecd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
- name: Check Version
id: check
uses: EndBug/version-check@v2
with:
# Since we trigger this action via `workflow_run` we fail to have some values
# this module expects, the below option should make them work together
static-checking: localIsNew

- name: Setup NodeJS - ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
Expand Down

0 comments on commit 2a28ecd

Please sign in to comment.