Skip to content

Commit

Permalink
fixed pr issues
Browse files Browse the repository at this point in the history
  • Loading branch information
eranturgeman committed Jan 16, 2024
1 parent c25bdb3 commit a6e6465
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
# - installCommand: ""

# [Default: root directory]
# List of relative path's to the projects directories in the git repository. If not specified, a recursive scan is triggered from the root directory of the project.
# List of relative path's to the projects directories in the git repository. If left empty (without providing "." yourself as the root directory's path), a recursive scan is triggered from the root directory of the project.
# workingDirs:
# - "."

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
# JF_INSTALL_DEPS_CMD: ""

# [Optional, default: "."]
# Relative path to the root of the project in the Git repository. If not specified, a recursive scan is triggered from the root directory of the project.
# Relative path to the root of the project in the Git repository. If left empty (without providing "." yourself as default), a recursive scan is triggered from the root directory of the project.
# JF_WORKING_DIR: path/to/project/dir

# [Default: "*git*;*node_modules*;*target*;*venv*;*test*"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
##########################################################################

# [Optional, default: "."]
# Relative path to the root of the project in the Git repository. If not specified, a recursive scan is triggered from the root directory of the project.
# Relative path to the root of the project in the Git repository. If left empty (without providing "." yourself as default), a recursive scan is triggered from the root directory of the project.
# JF_WORKING_DIR: path/to/project/dir

# [Default: "*git*;*node_modules*;*target*;*venv*;*test*"]
Expand Down
Loading

0 comments on commit a6e6465

Please sign in to comment.