Skip to content

fix(prompt_engine): fix time and time_with_meridian fields (closes #59) #144

fix(prompt_engine): fix time and time_with_meridian fields (closes #59)

fix(prompt_engine): fix time and time_with_meridian fields (closes #59) #144

name: gitleaks
on: [pull_request, push, workflow_dispatch]
jobs:
scan:
name: 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 }}