Skip to content

Commit bf96a91

Browse files
authored
move Trunk to actions
1 parent 3f1dbe9 commit bf96a91

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/trunk.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Trunk Code Quality
2+
on:
3+
pull_request:
4+
branches: main
5+
6+
permissions:
7+
contents: read
8+
actions: write
9+
checks: write
10+
11+
jobs:
12+
trunk-code-quality:
13+
name: Trunk Code Quality
14+
uses: hypermodeinc/.github/.github/workflows/trunk.yml@main

0 commit comments

Comments
 (0)