We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1269cd8 commit d10ec19Copy full SHA for d10ec19
.github/workflows/UnitTests.yml
@@ -14,7 +14,7 @@ jobs:
14
matrix:
15
version:
16
- '1.3'
17
- - '1.5'
+ - '1' # latest
18
os: [ ubuntu-latest ]
19
arch: [ x64 ]
20
steps:
README.md
@@ -2,6 +2,8 @@
2
3

4
[](https://codecov.io/gh/jakobnissen/ErrorTypes.jl)
5
+[](https://jakobnissen.github.io/ErrorTypes.jl/stable)
6
+[](https://jakobnissen.github.io/ErrorTypes.jl/dev)
7
8
_Rust-like safe error handling in Julia_
9
0 commit comments