From b2edf3fb0853f0a6a2509119fbd6f45e3065ef6c Mon Sep 17 00:00:00 2001 From: TheColdPot <66854652+TheColdPot@users.noreply.github.com> Date: Wed, 7 Oct 2020 11:31:47 +0800 Subject: [PATCH] Workflow: Update push-check and move .jshintrc codacy/codacy-analysis-cli#314 --- .github/workflows/push-check.yml | 2 +- .jshintrc => src/.jshintrc | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .jshintrc => src/.jshintrc (100%) diff --git a/.github/workflows/push-check.yml b/.github/workflows/push-check.yml index 3330926..2a85d7e 100644 --- a/.github/workflows/push-check.yml +++ b/.github/workflows/push-check.yml @@ -38,7 +38,7 @@ jobs: # Send analysis results to an output file output: # optional # The directory to be analyzed - directory: $PWD/src $PWD/.jshintrc + directory: $PWD/src # Number of tools to run in parallel parallel: # optional # Maximum number of issues allowed for the analysis to succeed diff --git a/.jshintrc b/src/.jshintrc similarity index 100% rename from .jshintrc rename to src/.jshintrc