feat(eshell): add 'z' command for jumping to recent dirs with consult… #15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Gitleaks Guard | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
run-gitleaks: | |
name: Scan with gitleaks | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v4 | |
- name: Run gitleaks scan | |
uses: gitleaks/gitleaks-action@v2 | |
env: | |
GITLEAKS_CONFIG: .gitleaks.toml | |
GITLEAKS_NOTIFY_USER_LIST: "@eapolinario" |