mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 02:43:01 +02:00
linter
This commit is contained in:
parent
bf3e7b00b1
commit
3e4b0ccaad
2 changed files with 3 additions and 1 deletions
4
.github/workflows/linter.yml
vendored
4
.github/workflows/linter.yml
vendored
|
@ -14,6 +14,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Lint Code Base
|
||||
uses: docker://github/super-linter:v3
|
||||
|
@ -21,7 +23,7 @@ jobs:
|
|||
ACTIONS_RUNNER_DEBUG: true
|
||||
DEFAULT_BRANCH: master
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
ANSIBLE_DIRECTORY: "algo"
|
||||
ANSIBLE_DIRECTORY: .
|
||||
ANSIBLE_FILE_NAME: .ansible-lint
|
||||
OUTPUT_DETAILS: detailed
|
||||
VALIDATE_ALL_CODEBASE: false
|
||||
|
|
Loading…
Add table
Reference in a new issue