mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-08-31 23:52:49 +08:00
Compare commits
1 Commits
940904cf3a
...
2038bf7859
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2038bf7859 |
3
.github/linters/.codespellrc
vendored
3
.github/linters/.codespellrc
vendored
@ -1,3 +0,0 @@
|
||||
[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: npm run package
|
||||
run: ${{ steps.setup-node.outputs.run-script-command }} package
|
||||
|
||||
# This will fail the workflow if the PR wasn't created by Dependabot.
|
||||
- name: Compare Directories
|
||||
|
||||
6
package-lock.json
generated
6
package-lock.json
generated
@ -3145,9 +3145,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/nanoid": {
|
||||
"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==",
|
||||
"version": "3.3.17",
|
||||
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.17.tgz",
|
||||
"integrity": "sha512-xQLf0A3HOMlgHq0n247/LRuAOYmB7dXJ/DvAxGvsSBij45XtBSmQycu+F8ODbHwns/XyFZagyL1+J0Offw1E0g==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user