Skip to content

Commit 7d9dd08

Browse files
committed
add missing checkout action
1 parent 5428523 commit 7d9dd08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-emit-metrics.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
emit-a-metric:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- name: Checkout sources
13+
uses: actions/checkout@v4
1214
- name: Set up kat tool
1315
uses: ./.github/actions/setup-kat
1416
- name: Configure AWS Credentials

0 commit comments

Comments
 (0)