File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- name : run- tests
1
+ name : tests
2
2
3
3
on :
4
4
workflow_run :
9
9
- completed
10
10
11
11
jobs :
12
- test :
13
- name : test
12
+ run :
13
+ name : run
14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
Original file line number Diff line number Diff line change 1
1
# Lempel–Ziv–Welch Compression in CPP
2
- [ ![ core-build] ( https://github.com/Gozzim/LZW_CPP/actions/workflows/test.yml/badge.svg?branch=master )] ( https://github.com/Gozzim/LZW_CPP )
2
+ [ ![ build] ( https://github.com/Gozzim/LZW_CPP/actions/workflows/build.yml/badge.svg?branch=master )] ( https://github.com/Gozzim/LZW_CPP/actions/workflows/build.yml )
3
+ [ ![ tests] ( https://github.com/Gozzim/LZW_CPP/actions/workflows/test.yml/badge.svg?branch=master )] ( https://github.com/Gozzim/LZW_CPP/actions/workflows/test.yml )
3
4
[ ![ CodeFactor] ( https://www.codefactor.io/repository/github/gozzim/lzw_cpp/badge?s=b829f1f733eba50c4a453362dbd965c4e819270a )] ( https://www.codefactor.io/repository/github/gozzim/lzw_cpp )
4
5
5
6
Implementation of LZW (Lempel–Ziv–Welch) compression and decompression in C++.
You can’t perform that action at this time.
0 commit comments