Skip to content

Commit 3690e28

Browse files
authored
move Trunk to action
1 parent f85e636 commit 3690e28

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/trunk.yml

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

0 commit comments

Comments
 (0)