mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-03-15 16:22:35 +08:00
Add ESLint and Prettier tooling
This commit is contained in:
@@ -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)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user