Skip to content

Commit

Permalink
Disable validation (#415)
Browse files Browse the repository at this point in the history
* Disable validation

* changelog
  • Loading branch information
nvuillam authored Aug 26, 2024
1 parent f587d42 commit a65a92e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
npm run dev:pre-commit
git --no-pager diff
[[ 0 -eq $(git status --porcelain | wc -l) ]]
[[ 0 -eq $(git status --porcelain | wc -l) ]] || echo "Validation issue: stevenh help ! :("
# Upload Mega-Linter artifacts
- name: Archive production artifacts
Expand Down
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

## Beta

- Convert to ES6 Module
## [15.0.0] 2024-26-08

- Convert to [ES Module](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules)
- Upgrade to CodeNarc 3.5.0
- Upgrade NodeJs to minimum version 20
- Setup renovate
- Upgrade dependencies, including base package node-java-caller
- Upgrade NodeJs to minimum version 20
- Upgrade MegaLinter to v8
- Remove decode-html-entities dependency

Expand Down
6 changes: 4 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

## Beta

- Convert to ES6 Module
## [15.0.0] 2024-26-08

- Convert to [ES Module](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules)
- Upgrade to CodeNarc 3.5.0
- Upgrade NodeJs to minimum version 20
- Setup renovate
- Upgrade dependencies, including base package node-java-caller
- Upgrade NodeJs to minimum version 20
- Upgrade MegaLinter to v8
- Remove decode-html-entities dependency

Expand Down

0 comments on commit a65a92e

Please sign in to comment.