mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-03 11:23:03 +02:00
enable debug
This commit is contained in:
parent
b509e78819
commit
cd04dee9d8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/linter.yml
vendored
1
.github/workflows/linter.yml
vendored
|
@ -18,6 +18,7 @@ jobs:
|
||||||
- name: Lint Code Base
|
- name: Lint Code Base
|
||||||
uses: docker://github/super-linter:v3
|
uses: docker://github/super-linter:v3
|
||||||
env:
|
env:
|
||||||
|
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: ${{ github.workspace }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue