File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -29,41 +29,33 @@ jobs:
29
29
with :
30
30
filters : |
31
31
ChunkCodecCore:
32
- - .github/**
33
32
- ChunkCodecCore/**
34
33
- ChunkCodecTests/**
35
34
LibBlosc:
36
- - .github/**
37
35
- ChunkCodecCore/**
38
36
- ChunkCodecTests/**
39
37
- LibBlosc/**
40
38
LibBrotli:
41
- - .github/**
42
39
- ChunkCodecCore/**
43
40
- ChunkCodecTests/**
44
41
- LibBrotli/**
45
42
LibBzip2:
46
- - .github/**
47
43
- ChunkCodecCore/**
48
44
- ChunkCodecTests/**
49
45
- LibBzip2/**
50
46
LibLz4:
51
- - .github/**
52
47
- ChunkCodecCore/**
53
48
- ChunkCodecTests/**
54
49
- LibLz4/**
55
50
LibSnappy:
56
- - .github/**
57
51
- ChunkCodecCore/**
58
52
- ChunkCodecTests/**
59
53
- LibSnappy/**
60
54
LibZlib:
61
- - .github/**
62
55
- ChunkCodecCore/**
63
56
- ChunkCodecTests/**
64
57
- LibZlib/**
65
58
LibZstd:
66
- - .github/**
67
59
- ChunkCodecCore/**
68
60
- ChunkCodecTests/**
69
61
- LibZstd/**
Original file line number Diff line number Diff line change 1
1
# ChunkCodecs (WIP)
2
2
3
- [ ![ CI] ( https://github.com/JuliaIO/ChunkCodecs.jl/actions/workflows/CI.yml/badge.svg )] ( https://github.com/JuliaIO/ChunkCodecs.jl/actions/workflows/CI.yml )
4
3
[ ![ Aqua QA] ( https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg )] ( https://github.com/JuliaTesting/Aqua.jl )
5
4
6
5
## Warning: ChunkCodecs is currently a WIP. Suggestions for major API changes are welcome.
You can’t perform that action at this time.
0 commit comments