You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever a new project/package is created. We need to do a lot of configuration of infrastructure settings.
A recent example is: JuliaLang/LinearAlgebra.jl#1115
In the above pr we want to set up DependaBot, but the defaults may not be suitable, so some changes need to be made.
There are many more similar best practices when configuring the project CI:
Whenever a new project/package is created. We need to do a lot of configuration of infrastructure settings.
A recent example is: JuliaLang/LinearAlgebra.jl#1115
In the above pr we want to set up DependaBot, but the defaults may not be suitable, so some changes need to be made.
There are many more similar best practices when configuring the project CI:
CI: Use Dependabot to update GitHub Actions in this repo, and pin all external GitHub Actions to full-length commit hashes julia#55283
How to fix GitHub Actions CI failures with Julia 1.6 (or 1.7) on
macos-latest
andmacos-14
- Tooling / Package Management - Julia Programming LanguageI think oh devguide is a good place to write them down.
The text was updated successfully, but these errors were encountered: