From 98e3d736944e0327a345f7984bb3ffb1afac6215 Mon Sep 17 00:00:00 2001 From: TheColdPot <66854652+TheColdPot@users.noreply.github.com> Date: Wed, 7 Oct 2020 11:26:46 +0800 Subject: [PATCH] Workflow: Test multiple directory (codacy/codacy-analysis-cli#314) --- .github/workflows/push-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-check.yml b/.github/workflows/push-check.yml index d2be588..3330926 100644 --- a/.github/workflows/push-check.yml +++ b/.github/workflows/push-check.yml @@ -38,11 +38,11 @@ jobs: # Send analysis results to an output file output: # optional # The directory to be analyzed - directory: $PWD/src + directory: $PWD/src $PWD/.jshintrc # Number of tools to run in parallel parallel: # optional # Maximum number of issues allowed for the analysis to succeed - max-allowed-issues: 1 + max-allowed-issues: # optional # The name of the tool to analyze the code tool: # optional # Maximum time each tool has to execute