mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Merge branch 'master' into support-for-phpcs-and-psalm
This commit is contained in:
commit
5b2afbd9d1
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ source /action/lib/worker.sh # Source the function script(s)
|
|||
###########
|
||||
# Default Vars
|
||||
DEFAULT_RULES_LOCATION='/action/lib/.automation' # Default rules files location
|
||||
GITHUB_API_URL='https://api.github.com' # GitHub API root url
|
||||
# Ansible Vars
|
||||
ANSIBLE_FILE_NAME='.ansible-lint.yml' # Name of the file
|
||||
ANSIBLE_LINTER_RULES="${DEFAULT_RULES_LOCATION}/${ANSIBLE_FILE_NAME}" # Path to the Ansible lint rules
|
||||
|
|
Loading…
Reference in a new issue