mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-07 09:33:19 +08:00
'use strict' not necessary in TypeScript
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
'use strict'
|
||||
|
||||
import * as core from '../src/core'
|
||||
import * as os from 'os'
|
||||
import * as core from '../src/core'
|
||||
|
||||
describe('@actions/core', () => {
|
||||
beforeEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user