We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae782e commit 1369357Copy full SHA for 1369357
.github/workflows/trunk_check.yml
@@ -1,12 +1,18 @@
1
---
2
-name: "♻️ Trunk Check"
+name: "⭕ Trunk"
3
on:
4
- workflow_dispatch:
5
push:
6
- branches: ["main"]
+ branches: [main]
+ tags: ["v*.*.*"]
7
pull_request:
8
types: [opened, synchronize]
9
+ workflow_dispatch: {}
10
11
jobs:
- check-call:
12
+ check:
13
+ name: "⚡"
14
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
@@ -1,6 +1,6 @@
version: 0.1
cli:
- version: 0.12.1-beta
+ version: 0.13.0-beta
repo:
host: github.com
0 commit comments