1
0
Fork 0
mirror of https://github.com/actions/toolkit.git synced 2025-06-11 18:20:45 +09:00

Add a placeholder GitHub package

This will serve as something to build testing/TypeScript tooling around
This commit is contained in:
Jonathan Clem 2019-04-19 14:53:42 -04:00
parent a044bf542b
commit 97bc7918f4
No known key found for this signature in database
GPG key ID: 48C5B22E9FD6E80F
6 changed files with 2984 additions and 0 deletions

View file

@ -0,0 +1,9 @@
'use strict';
// const github = require('..');
describe('@actions/github', () => {
it('needs tests', () => {
});
});