We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f02fa4 commit f77a662Copy full SHA for f77a662
.github/workflows/list.yml
@@ -33,12 +33,12 @@ jobs:
33
path: head
34
submodules: true
35
36
- # Step 2: Run list on the std library (assumes it creates kani-list.txt)
+ # Step 2: Run list on the std library (assumes it creates kani_list.txt)
37
- name: Run Kani List
38
run: head/scripts/run-kani.sh --run list --path ${{github.workspace}}/head
39
40
- # Step 3: Read kani-list.txt and post comment on PR
41
- - name: Comment PR
+ # Step 3: Read kani_list.txt and post comment on PR
+ - name: Comment Results on PR
42
uses: actions/github-script@v6
43
with:
44
github-token: ${{secrets.GITHUB_TOKEN}}
0 commit comments