Skip to content

Commit f77a662

Browse files
committed
bikesheds
1 parent 2f02fa4 commit f77a662

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/list.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
path: head
3434
submodules: true
3535

36-
# Step 2: Run list on the std library (assumes it creates kani-list.txt)
36+
# Step 2: Run list on the std library (assumes it creates kani_list.txt)
3737
- name: Run Kani List
3838
run: head/scripts/run-kani.sh --run list --path ${{github.workspace}}/head
3939

40-
# Step 3: Read kani-list.txt and post comment on PR
41-
- name: Comment PR
40+
# Step 3: Read kani_list.txt and post comment on PR
41+
- name: Comment Results on PR
4242
uses: actions/github-script@v6
4343
with:
4444
github-token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)