mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 10:53:01 +02:00
linter
This commit is contained in:
parent
3e4b0ccaad
commit
c9c0d04b8c
1 changed files with 2 additions and 3 deletions
5
.github/workflows/linter.yml
vendored
5
.github/workflows/linter.yml
vendored
|
@ -18,12 +18,11 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Lint Code Base
|
- name: Lint Code Base
|
||||||
uses: docker://github/super-linter:v3
|
uses: github/super-linter@v3
|
||||||
env:
|
env:
|
||||||
ACTIONS_RUNNER_DEBUG: true
|
ACTIONS_RUNNER_DEBUG: true
|
||||||
DEFAULT_BRANCH: master
|
DEFAULT_BRANCH: master
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
ANSIBLE_DIRECTORY: .
|
ANSIBLE_DIRECTORY: ${{ github.workspace }}"
|
||||||
ANSIBLE_FILE_NAME: .ansible-lint
|
|
||||||
OUTPUT_DETAILS: detailed
|
OUTPUT_DETAILS: detailed
|
||||||
VALIDATE_ALL_CODEBASE: false
|
VALIDATE_ALL_CODEBASE: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue