Skip to content

Replace dprint prettier plugin with yamlfmt (#807) #184

Replace dprint prettier plugin with yamlfmt (#807)

Replace dprint prettier plugin with yamlfmt (#807) #184

Workflow file for this run

name: 💧
# Do not add path filters
on: [pull_request, push, workflow_dispatch]
jobs:
gitleaks:
timeout-minutes: 15
name: gitleaks
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@e6dab246340401bf53eec993b8f05aebe80ac636 # v2.3.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}