You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I'm trying to use this action on a repo with multiple projects that each has its own tsconfig and tslint files. when creating a PR and running the actions, it returns success even if there are violations in the code. of course that if I'm running the linter locally it works ok.
my project structure is as follows:
gallery
tsconfig.json
tslint.json (extends config from node modules)
lib
tsconfig.json
tslint.json (extends config from node modules)
tsconfig.json (common config)
The action in the workflow defined as follows for the gallery project and same for the lib:
The text was updated successfully, but these errors were encountered:
snir102002
changed the title
Action returns success even if there in active warnings/errors
Action returns success even if there are active warnings/errors
Jul 6, 2020
Hi all,
I'm trying to use this action on a repo with multiple projects that each has its own tsconfig and tslint files. when creating a PR and running the actions, it returns success even if there are violations in the code. of course that if I'm running the linter locally it works ok.
my project structure is as follows:
The action in the workflow defined as follows for the gallery project and same for the lib:
Any help will be appreciated :)
The text was updated successfully, but these errors were encountered: