mirror of
https://github.com/actions/setup-go.git
synced 2025-09-07 10:43:39 -06:00
Turn on ESLint and update Prettier
This commit is contained in:
parent
a3d889c34c
commit
51a092af10
24 changed files with 2313 additions and 201 deletions
|
@ -1,4 +1,4 @@
|
|||
const os = require('os');
|
||||
import os from 'os';
|
||||
|
||||
export function getPlatform(): string {
|
||||
// darwin and linux match already
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue