change src again, now do run commit hook (expect success)
parent
eb010adaf4
commit
f63cce233e
File diff suppressed because one or more lines are too long
|
@ -2,8 +2,8 @@ import path from 'path';
|
|||
|
||||
export default class Action {
|
||||
static get supportedPlatforms() {
|
||||
const platform = 'linux';
|
||||
return [platform];
|
||||
const platform2 = 'linux';
|
||||
return [platform2];
|
||||
}
|
||||
|
||||
static get isRunningLocally() {
|
||||
|
|
Loading…
Reference in New Issue