build(deps): bump trunk-io/trunk-action from e0ae4b5285a427538edfeb152107261b22401929 to e7aed0c296c6c49cc27f7cac8aef0d3e019b303a #1678
Workflow file for this run
This file contains 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
--- | |
name: "⭕ Trunk [check]" | |
on: | |
push: | |
branches: [main] | |
tags: ["v*.*.*"] | |
pull_request: | |
types: [opened, synchronize] | |
schedule: | |
- cron: "0 07 * * 5" | |
workflow_dispatch: {} | |
merge_group: {} | |
jobs: | |
check: | |
if: github.event.schedule != '0 07 * * 5' | |
name: "⚡" | |
uses: z-shell/.github/.github/workflows/trunk.yml@main | |
with: | |
node_version: "lts/*" | |
pnpm_arguments: "pnpm i" | |
upload: | |
if: github.event.schedule == '0 07 * * 5' | |
name: "🆙" | |
uses: z-shell/.github/.github/workflows/trunk.yml@main | |
secrets: | |
trunk-token: ${{ secrets.TRUNK_TOKEN }} | |
with: | |
node_version: "lts/*" | |
pnpm_arguments: "pnpm i && pnpm run build" |