Initial version of action

This commit is contained in:
Sven-Hendrik Haase
2019-08-23 04:19:07 +02:00
parent 337dba3e32
commit b46ad433fe
9 changed files with 499 additions and 62 deletions

View File

@@ -1,3 +1,6 @@
describe('TODO - Add a test suite', () => {
it('TODO - Add a test', async () => {});
import * as main from '../src/main';
// Frankly, tests would be entirely useless unless we can mock GitHub somehow.
describe('Upload Release Action', () => {
it('', async () => {});
});