We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9efb372 commit c5c1583Copy full SHA for c5c1583
1 file changed
.github/workflows/ci.yml
@@ -41,8 +41,8 @@ jobs:
41
- uses: julia-actions/cache@v1
42
- uses: julia-actions/julia-buildpkg@v1
43
- uses: julia-actions/julia-runtest@v1
44
- # with:
45
- # depwarn: error
+ with:
+ depwarn: error
46
- uses: julia-actions/julia-processcoverage@v1
47
- uses: codecov/codecov-action@v4
48
with:
0 commit comments