Skip to content
This repository has been archived by the owner on Nov 28, 2020. It is now read-only.

Commit

Permalink
Workflow: Test multiple directory
Browse files Browse the repository at this point in the history
  • Loading branch information
TheColdPot committed Oct 7, 2020
1 parent 7afe997 commit 98e3d73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98e3d73

Please sign in to comment.