Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 0913442

Browse files
authored
move Trunk to action
1 parent 930fa0a commit 0913442

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)