Skip to content

build(deps): bump trunk-io/trunk-action from e0ae4b5285a427538edfeb152107261b22401929 to e7aed0c296c6c49cc27f7cac8aef0d3e019b303a #1678

build(deps): bump trunk-io/trunk-action from e0ae4b5285a427538edfeb152107261b22401929 to e7aed0c296c6c49cc27f7cac8aef0d3e019b303a

build(deps): bump trunk-io/trunk-action from e0ae4b5285a427538edfeb152107261b22401929 to e7aed0c296c6c49cc27f7cac8aef0d3e019b303a #1678

Workflow file for this run

---
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"