Skip to content

feat: add emojis to README for improved visual appeal and readability #2

feat: add emojis to README for improved visual appeal and readability

feat: add emojis to README for improved visual appeal and readability #2

Workflow file for this run

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