Ran formatting
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
describe('TODO - Add a test suite', () => {
|
describe('TODO - Add a test suite', () => {
|
||||||
it('TODO - Add a test', async () => {
|
it('TODO - Add a test', async () => {});
|
||||||
});
|
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import * as core from '@actions/core';
|
|||||||
|
|
||||||
async function run() {
|
async function run() {
|
||||||
const myInput = core.getInput('myInput');
|
const myInput = core.getInput('myInput');
|
||||||
core.debug(`Hello ${myInput}`)
|
core.debug(`Hello ${myInput}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
run();
|
run();
|
||||||
|
|||||||
Reference in New Issue
Block a user