Skip to content

Commit 28cd4b3

Browse files
committed
Fix incorrect formatting
1 parent ef0b163 commit 28cd4b3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/trunk-check.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ concurrency:
1313
permissions: read-all
1414

1515
jobs:
16-
test:
16+
trunk-check:
17+
name: Trunk Code Quality Runner
1718
runs-on: ubuntu-latest
1819
# Provide minimal permissions instead of write-all
1920
permissions:
@@ -33,5 +34,3 @@ jobs:
3334

3435
- name: Trunk Code Quality
3536
uses: trunk-io/trunk-action@v1
36-
with:
37-
post-annotations: true

0 commit comments

Comments
 (0)