Tweak CI lecture

This commit is contained in:
Benjamin Uekermann 2023-10-09 16:40:21 +02:00
parent 58cf2de20d
commit d3662ccf54

View File

@ -190,7 +190,7 @@ jobs:
## Some Useful Julia Actions
- Find on [gitHub.com/julia-actions](https://github.com/julia-actions/)
- Find on [github.com/julia-actions](https://github.com/julia-actions/)
```
- uses: julia-actions/setup-julia@v1
@ -202,7 +202,7 @@ jobs:
- `cache`: caches `~/.julia/artifacts/*` and `~/.julia/packages/*` to reduce runtime of CI
- `julia-buildpkg`: build package
- `julia-runtest`: run tests
- `julia-format`: format code
- `julia-format`: format code (not really an action, but example)
---