Skip to content

nvim(plugin/linter): lazy load nvim-lint #13

nvim(plugin/linter): lazy load nvim-lint

nvim(plugin/linter): lazy load nvim-lint #13

Workflow file for this run

---
name: Scan Secret Leaks
on: # yamllint disable-line rule:truthy
push:
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}