mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 13:07:25 +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'
|
icon: 'umbrella'
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
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