Skip to content

chore: sync constitution to v1.4.0 #132

chore: sync constitution to v1.4.0

chore: sync constitution to v1.4.0 #132

Workflow file for this run

name: Gitleaks
on:
push:
pull_request:
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}