chore: β¨ add wiki icon and Fern products switcher #335
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # AUTO-GENERATED β do not edit directly. | |
| # Source: theholocron/holocron Β· packages/cli/src/commands/setup-workflows.ts | |
| # Tool: holocron sync-github | |
| # Changes: edit source in theholocron/holocron and push to alpha or main. | |
| name: Audit | |
| on: # yamllint disable-line rule:truthy | |
| push: | |
| branches: [main, alpha] | |
| pull_request: | |
| permissions: | |
| contents: read | |
| jobs: | |
| audit: | |
| uses: theholocron/.github/.github/workflows/audit.yml@main | |
| with: | |
| run-knip: true | |
| secrets: inherit |