Skip to content

How to turn off problem matcher? #72

Closed
@azu

Description

@azu

Hi, I want to disable problem matcher like eslint-stylish.json.

console.log(`##[add-matcher]${path.join(matchersPath, 'tsc.json')}`);
console.log(
`##[add-matcher]${path.join(matchersPath, 'eslint-stylish.json')}`
);
console.log(
`##[add-matcher]${path.join(matchersPath, 'eslint-compact.json')}`
);

Because, I've created textlint that is similar with ESLint and It support same format with eslint-stylish.

I've noticed that output formatted log in GitHub Actions, problem matcher report it as error.
But, It is just console log for testing and it is not actual error.

image

https://github.com/textlint/textlint/runs/267131582

Is there any chance setup-node provide an option to disable problem matcher?

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions