mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-08-31 23:52:49 +08:00
Compare commits
2 Commits
2038bf7859
...
940904cf3a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
940904cf3a | ||
|
|
e56276d1d3 |
3
.github/linters/.codespellrc
vendored
Normal file
3
.github/linters/.codespellrc
vendored
Normal 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
|
||||
2
.github/workflows/__check-dist.yml
vendored
2
.github/workflows/__check-dist.yml
vendored
@ -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
|
||||
|
||||
@ -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
6
package-lock.json
generated
@ -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": [
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user