We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f88da04 commit 8b743fbCopy full SHA for 8b743fb
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: List all files
37
run: |
38
- bash -c "find . -name "*.lean" -type f"
+ bash -c "find . -name \"*.lean\" -type f"
39
40
- name: lean version
41
0 commit comments