mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 02:43:01 +02:00
linter
This commit is contained in:
parent
9b6b6bf9cf
commit
cf6a7b6197
1 changed files with 3 additions and 7 deletions
10
.github/workflows/linter.yml
vendored
10
.github/workflows/linter.yml
vendored
|
@ -17,18 +17,14 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Checkout Code 2
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
path: ansible
|
||||
|
||||
- name: Lint Code Base
|
||||
uses: github/super-linter@v3
|
||||
env:
|
||||
ACTIONS_RUNNER_DEBUG: true
|
||||
DEFAULT_BRANCH: master
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# ANSIBLE_DIRECTORY: .
|
||||
ANSIBLE_DIRECTORY: .
|
||||
OUTPUT_DETAILS: detailed
|
||||
VALIDATE_ALL_CODEBASE: false
|
||||
VALIDATE_ANSIBLE: true
|
||||
VALIDATE_BASH: true
|
||||
|
|
Loading…
Add table
Reference in a new issue