Skip to content

fix: Docker build, light theme, and i18n #12

fix: Docker build, light theme, and i18n

fix: Docker build, light theme, and i18n #12

Workflow file for this run

name: "Secret scanning"
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}