mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 19:03:04 +02:00
linter
This commit is contained in:
parent
5b7f2a319d
commit
6ed0c2f218
1 changed files with 2 additions and 1 deletions
3
.github/workflows/linter.yml
vendored
3
.github/workflows/linter.yml
vendored
|
@ -16,6 +16,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
path: algo
|
||||||
|
|
||||||
- name: Lint Code Base
|
- name: Lint Code Base
|
||||||
uses: github/super-linter@v3
|
uses: github/super-linter@v3
|
||||||
|
@ -23,6 +24,6 @@ jobs:
|
||||||
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: "/github/workspace/"
|
ANSIBLE_DIRECTORY: algo
|
||||||
OUTPUT_DETAILS: detailed
|
OUTPUT_DETAILS: detailed
|
||||||
VALIDATE_ALL_CODEBASE: false
|
VALIDATE_ALL_CODEBASE: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue