Add error and warning matchers

This commit is contained in:
Mijail Rondon
2019-11-26 23:38:31 -05:00
parent dfb9431cd0
commit c1ab867da9
2 changed files with 18 additions and 0 deletions

View File

@@ -38,6 +38,9 @@ async function main() {
if (installRebar) await exec('mix local.rebar --force')
if (installHex) await exec('mix local.hex --force')
const matchersPath = path.join(__dirname, '..', '.github');
console.log(`##[add-matcher]${path.join(matchersPath, 'elixir.json')}`);
}
function checkPlatform() {