mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-15 08:21:12 +00:00
Add ESLinter and update Prettier
This commit is contained in:
parent
7c29869aec
commit
60ca6b5332
29 changed files with 3802 additions and 1543 deletions
|
@ -18,7 +18,7 @@ describe('run', () => {
|
|||
const commonPath = '/some/random/path';
|
||||
process.env['GITHUB_WORKSPACE'] = path.join(__dirname, 'data');
|
||||
|
||||
let inputs = {} as any;
|
||||
const inputs = {} as any;
|
||||
|
||||
let getInputSpy: jest.SpyInstance;
|
||||
let infoSpy: jest.SpyInstance;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue