Skip to content

build(deps): bump trunk-io/trunk-action from 5c85d2a659ef259c7e8037eb0ed0da56a54132f0 to 78986c82771014936f5ee91d639eee272c3c7c08 #1708

build(deps): bump trunk-io/trunk-action from 5c85d2a659ef259c7e8037eb0ed0da56a54132f0 to 78986c82771014936f5ee91d639eee272c3c7c08

build(deps): bump trunk-io/trunk-action from 5c85d2a659ef259c7e8037eb0ed0da56a54132f0 to 78986c82771014936f5ee91d639eee272c3c7c08 #1708

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 && pnpm run build"
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"