mirror of
https://github.com/actions/toolkit
synced 2025-05-09 08:33:00 +00:00
Add ESLint and Prettier tooling
This commit is contained in:
parent
37e19115be
commit
3e32975625
6 changed files with 969 additions and 38 deletions
|
@ -1,7 +1,7 @@
|
|||
import { github } from '../src/github';
|
||||
import {github} from '../src/github'
|
||||
|
||||
describe('@actions/github', () => {
|
||||
it('needs tests', () => {
|
||||
expect(github()).toBe(true)
|
||||
});
|
||||
});
|
||||
expect(github()).toBe(true)
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue