mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
add js file
This commit is contained in:
parent
37062e0127
commit
8b22c3537a
3 changed files with 3 additions and 4 deletions
|
|
@ -19,4 +19,5 @@ branding:
|
|||
icon: 'umbrella'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'entrypoint.sh'
|
||||
main: 'main.js'
|
||||
#plugin: 'checkout'
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "Hello World"
|
||||
1
main.js
Normal file
1
main.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
console.log('Hello World')
|
||||
Loading…
Reference in a new issue