test ci
This commit is contained in:
parent
d049b8db4c
commit
fd311282f0
1 changed files with 14 additions and 0 deletions
14
.gitea/workflows/lint.yml
Normal file
14
.gitea/workflows/lint.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
name: lint
|
||||||
|
on:
|
||||||
|
push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
gitleaks:
|
||||||
|
container:
|
||||||
|
image: zricethezav/gitleaks:latest
|
||||||
|
env:
|
||||||
|
TEST_ENV: hallo
|
||||||
|
steps:
|
||||||
|
- name: gitleaks
|
||||||
|
run: gitleaks detect --no-git --verbose --source $GITHUB_WORKSPACE
|
Loading…
Reference in a new issue