Skip to content

Commit 4735450

Browse files
committed
chore: setup tmate
1 parent 2a796c1 commit 4735450

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/audit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v5
2020

21+
- name: Setup tmate session
22+
uses: mxschmitt/action-tmate@v3
23+
timeout-minutes: 300
24+
2125
- name: Audit check
2226
run: npx audit-ci --moderate --allowlist GHSA-qm9p-f9j5-w83w
2327

0 commit comments

Comments
 (0)