Skip to content

feat(plugin-auto-import): auto-import-plugin support vite mode #558

feat(plugin-auto-import): auto-import-plugin support vite mode

feat(plugin-auto-import): auto-import-plugin support vite mode #558

Workflow file for this run

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