mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-07 17:31:35 +00:00
Add io generator and CI checks (#25)
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
88e0085544
commit
20a8e62ce0
12 changed files with 189 additions and 6660 deletions
22
package-lock.json
generated
22
package-lock.json
generated
|
@ -128,6 +128,28 @@
|
|||
"fastq": "^1.6.0"
|
||||
}
|
||||
},
|
||||
"@redhat-actions/action-io-generator": {
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@redhat-actions/action-io-generator/-/action-io-generator-1.5.0.tgz",
|
||||
"integrity": "sha512-zaBZyP0ev5c36j0h8EyvqbD+fhUjDOeme2qzVa+CSWjeGVAsgdZREzE8smE3QA6xXpMHPU5keT+q2iN8/hq5uA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"js-yaml": "^3.14.1",
|
||||
"minimist": "^1.2.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"js-yaml": {
|
||||
"version": "3.14.1",
|
||||
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
||||
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"argparse": "^1.0.7",
|
||||
"esprima": "^4.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@redhat-actions/eslint-config": {
|
||||
"version": "1.2.11",
|
||||
"resolved": "https://registry.npmjs.org/@redhat-actions/eslint-config/-/eslint-config-1.2.11.tgz",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue