mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-31 04:00:49 +00:00
Apply stricter linting (#24)
This commit is contained in:
+5
-5
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user