File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,17 +54,17 @@ jobs:
54
54
uses :
actions-rust-lang/[email protected]
55
55
with :
56
56
components : rustfmt
57
- # TODO - uncomment this after Rust formatter works
57
+ # uncomment this after Rust formatter works
58
58
# - name: Rustfmt Check
59
59
# uses: actions-rust-lang/rustfmt@v1
60
60
61
- # TODO: Use setup-dafny-actions with correct version when Dafny releases 4.8.2
61
+ # Use setup-dafny-actions with correct version when Dafny releases 4.8.2
62
62
- name : Setup Dafny
63
63
uses :
dafny-lang/[email protected]
64
64
with :
65
65
dafny-version : 4.9.0
66
66
67
- # TODO: Remove this after the formatting in Rust starts working
67
+ # Remove this after the formatting in Rust starts working
68
68
- name : smithy-dafny Rust hacks
69
69
shell : bash
70
70
run : |
You can’t perform that action at this time.
0 commit comments