Skip to content

Trunk Code Quality #2033

Trunk Code Quality

Trunk Code Quality #2033

Workflow file for this run

---
name: Trunk Code Quality
on:
push:
branches: [main, next]
pull_request:
branches: [main, next]
schedule:
- cron: "0 6 * * 1"
workflow_dispatch: {}
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
name: Trunk Code Quality
permissions:
actions: read
checks: write
contents: read
uses: z-shell/.github/.github/workflows/trunk.yml@df7c51baaa966337fe5e8d15d82bc9c38486a227 # main
with:
cache: false
setup-deps: true
# Run full link audit on schedule/dispatch, otherwise run standard incremental checks.
arguments: ${{ (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && 'run lychee-audit' || '' }}