Skip to content

Commit c7ddb6c

Browse files
Add trunk check in Pullrequest and remove kit/rokt-kit from tracking
1 parent 00ce514 commit c7ddb6c

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ permissions:
1212
checks: write
1313
id-token: write
1414

15+
# Code quality checks
16+
trunk-check:
17+
name: Trunk code check
18+
runs-on: ubuntu-latest
19+
steps:
20+
- name: Checkout
21+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
22+
- name: Trunk Check
23+
uses: trunk-io/trunk-action@75699af9e26881e564e9d832ef7dc3af25ec031b # v1.2.4
24+
with:
25+
check-mode: all
26+
1527
jobs:
1628
pr-check-hadcoded-secrets:
1729
name: "Check PR for hardcoded secrets"

kits/rokt-kit

Submodule rokt-kit deleted from 29ee4a3

0 commit comments

Comments
 (0)