Skip to content
Draft
Changes from 1 commit
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
5 changes: 5 additions & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
with:
fetch-depth: 0 # Fetch all history for proper git diff

- name: Trunk Check
uses: trunk-io/trunk-action@v1
with:
check-mode: all

- name: Install dependencies
run: |
sudo apt-get update
Expand Down
Loading