Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
940904cf3a
chore(deps): bump hoverkraft-tech/docker-base-images/super-linter
Bumps the docker-dependencies group with 1 update in the / directory: [hoverkraft-tech/docker-base-images/super-linter](https://github.com/hoverkraft-tech/docker-base-images).


Updates `hoverkraft-tech/docker-base-images/super-linter` from 0.4.1 to 0.6.0
- [Release notes](https://github.com/hoverkraft-tech/docker-base-images/releases)
- [Commits](https://github.com/hoverkraft-tech/docker-base-images/compare/0.4.1...0.6.0)

---
updated-dependencies:
- dependency-name: hoverkraft-tech/docker-base-images/super-linter
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docker-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-21 04:07:21 +00:00
Emilien Escalle
e56276d1d3 fix: lint issues
Some checks failed
Internal - Main - Continuous Integration / ci (push) Has been cancelled
Need fix to Issue / main (push) Has been cancelled
Prepare release / release (push) Has been cancelled
Internal - Main - Continuous Integration / prepare-docs (push) Has been cancelled
Internal - Main - Continuous Integration / sync-docs (push) Has been cancelled
Mark stale issues and pull requests / main (push) Has been cancelled
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2026-08-18 15:24:47 +02:00
4 changed files with 8 additions and 5 deletions

3
.github/linters/.codespellrc vendored Normal file
View File

@ -0,0 +1,3 @@
[codespell]
# Skip third-party/generated paths and French-locale content files.
skip = .git,*.svg,**/package-lock.json,**/dist/**,**/node_modules/**,**/coverage/**,**/junit.xml

View File

@ -21,7 +21,7 @@ jobs:
- name: Build dist/ Directory
id: package
run: ${{ steps.setup-node.outputs.run-script-command }} package
run: npm run package
# This will fail the workflow if the PR wasn't created by Dependabot.
- name: Compare Directories

View File

@ -1,4 +1,4 @@
FROM ghcr.io/hoverkraft-tech/docker-base-images/super-linter:0.4.1
FROM ghcr.io/hoverkraft-tech/docker-base-images/super-linter:0.6.0
HEALTHCHECK --interval=5m --timeout=10s --start-period=30s --retries=3 CMD ["/bin/sh","-c","test -d /github/home"]
ARG UID=1000
ARG GID=1000

6
package-lock.json generated
View File

@ -3145,9 +3145,9 @@
}
},
"node_modules/nanoid": {
"version": "3.3.17",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.17.tgz",
"integrity": "sha512-xQLf0A3HOMlgHq0n247/LRuAOYmB7dXJ/DvAxGvsSBij45XtBSmQycu+F8ODbHwns/XyFZagyL1+J0Offw1E0g==",
"version": "3.3.18",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz",
"integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
"dev": true,
"funding": [
{