Skip to content

Commit 3ce5e5b

Browse files
Install necessary util
1 parent b382b2e commit 3ce5e5b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/trunk.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ permissions:
99
checks: write
1010

1111
jobs:
12+
install-jq:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Install jq
16+
run: sudo apt-get update && sudo apt-get install -y jq
1217
trunk-code-quality:
1318
name: Trunk Code Quality
1419
uses: hypermodeinc/.github/.github/workflows/trunk.yml@main

0 commit comments

Comments
 (0)