Apply stricter linting (#24)

This commit is contained in:
Paulo F. Oliveira
2021-03-30 21:58:09 +01:00
committed by GitHub
parent 89cb00455a
commit 0b481810f8
9 changed files with 2640 additions and 282 deletions
+5 -5
View File
@@ -1,4 +1,4 @@
const {exec} = require('@actions/exec')
const { exec } = require('@actions/exec')
const path = require('path')
/**
@@ -36,8 +36,8 @@ function checkPlatform() {
}
module.exports = {
installOTP: installOTP,
installElixir: installElixir,
installRebar3: installRebar3,
checkPlatform: checkPlatform,
installOTP,
installElixir,
installRebar3,
checkPlatform,
}