Skip to content

Commit c5c1583

Browse files
authored
Fix indentation for depwarn in CI workflow
1 parent 9efb372 commit c5c1583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
- uses: julia-actions/cache@v1
4242
- uses: julia-actions/julia-buildpkg@v1
4343
- uses: julia-actions/julia-runtest@v1
44-
# with:
45-
# depwarn: error
44+
with:
45+
depwarn: error
4646
- uses: julia-actions/julia-processcoverage@v1
4747
- uses: codecov/codecov-action@v4
4848
with:

0 commit comments

Comments
 (0)