Ran formatting

This commit is contained in:
Derrick Marcey
2019-06-26 14:35:18 -04:00
parent 0c246851bb
commit d2fa3b8435
2 changed files with 3 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
describe('TODO - Add a test suite', () => {
it('TODO - Add a test', async () => {
});
it('TODO - Add a test', async () => {});
});

View File

@@ -2,7 +2,7 @@ import * as core from '@actions/core';
async function run() {
const myInput = core.getInput('myInput');
core.debug(`Hello ${myInput}`)
core.debug(`Hello ${myInput}`);
}
run();
run();