Skip to content

Commit 1369357

Browse files
committed
modified: .github/workflows/trunk_check.yml
modified: .trunk/trunk.yaml
1 parent aae782e commit 1369357

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.github/workflows/trunk_check.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
---
2-
name: "♻️ Trunk Check"
2+
name: " Trunk"
33
on:
4-
workflow_dispatch:
54
push:
6-
branches: ["main"]
5+
branches: [main]
6+
tags: ["v*.*.*"]
77
pull_request:
88
types: [opened, synchronize]
9+
workflow_dispatch: {}
910

1011
jobs:
11-
check-call:
12+
check:
13+
name: ""
1214
uses: z-shell/.github/.github/workflows/trunk.yml@main
15+
secrets:
16+
trunk-token: ${{ secrets.TRUNK_TOKEN }}
17+
with:
18+
arguments: "--no-progress"

.trunk/trunk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 0.1
22
cli:
3-
version: 0.12.1-beta
3+
version: 0.13.0-beta
44
repo:
55
repo:
66
host: github.com

0 commit comments

Comments
 (0)