This commit is contained in:
Michael Grote 2024-01-25 20:26:34 +01:00
parent d049b8db4c
commit fd311282f0

14
.gitea/workflows/lint.yml Normal file
View 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