Skip to content

chore: prepare for npm publish #9

chore: prepare for npm publish

chore: prepare for npm publish #9

Workflow file for this run

name: Gitleaks
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}