mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-04-03 21:49:36 +00:00
Linter fixes
This commit is contained in:
3
.checkov.yaml
Normal file
3
.checkov.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
quiet: true
|
||||
skip-check:
|
||||
- CKV_GHA_7
|
1
dist/index.js
generated
vendored
1
dist/index.js
generated
vendored
@ -31197,4 +31197,3 @@ var srcExports = requireSrc();
|
||||
var index = /*@__PURE__*/getDefaultExportFromCjs(srcExports);
|
||||
|
||||
export { index as default };
|
||||
//# sourceMappingURL=index.js.map
|
||||
|
1
dist/index.js.map
generated
vendored
1
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
@ -9,7 +9,7 @@ const config = {
|
||||
esModule: true,
|
||||
file: 'dist/index.js',
|
||||
format: 'es',
|
||||
sourcemap: true
|
||||
sourcemap: false
|
||||
},
|
||||
plugins: [commonjs(), nodeResolve()]
|
||||
}
|
||||
|
Reference in New Issue
Block a user