We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a62604 commit a883746Copy full SHA for a883746
1 file changed
.github/workflows/build.yml
@@ -23,6 +23,6 @@ jobs:
23
uses: leanprover/lean-action@v1
24
with:
25
build: true
26
- build-args: "UnicodeBasic UnicodeData"
+ build-args: "-wfail UnicodeBasic UnicodeData"
27
test: true
28
use-mathlib-cache: false
0 commit comments