Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cache-trunk.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on:

Check failure on line 1 in .github/workflows/cache-trunk.yml

View workflow job for this annotation

GitHub Actions / Trunk Check

prettier

Incorrect formatting, autoformat by running 'trunk fmt'
workflow_dispatch: # Add this line to enable manual triggering
push:
branches: [main]
Expand All @@ -15,7 +15,7 @@

steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Trunk Check
uses: trunk-io/trunk-action@v1
Expand Down
Loading