mirror of
https://github.com/actions/toolkit.git
synced 2025-06-11 10:18:16 +09:00
Add a placeholder GitHub package
This will serve as something to build testing/TypeScript tooling around
This commit is contained in:
parent
a044bf542b
commit
97bc7918f4
6 changed files with 2984 additions and 0 deletions
9
packages/github/__tests__/github.test.js
Normal file
9
packages/github/__tests__/github.test.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
'use strict';
|
||||
|
||||
// const github = require('..');
|
||||
|
||||
describe('@actions/github', () => {
|
||||
it('needs tests', () => {
|
||||
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue