We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd6dd0 commit 59c2de0Copy full SHA for 59c2de0
.github/actions/changelog-verification/action.yml
@@ -4,6 +4,9 @@ description: 'Verifies that a PR includes a valid changelog entry'
4
runs:
5
using: "composite"
6
steps:
7
+ - name: Checkout sources
8
+ uses: actions/checkout@v2
9
+
10
- name: Setup kat
11
uses: awslabs/aws-kotlin-repo-tools/.github/actions/setup-kat@main
12
0 commit comments