File tree Expand file tree Collapse file tree 4 files changed +14
-11
lines changed Expand file tree Collapse file tree 4 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 1
- name : " Build 1.18/26"
1
+ # ' ' suffix for the badge status
2
+ name : " Build 1.18/26 "
2
3
3
4
on :
4
5
push :
5
6
branches :
6
- - ' master '
7
+ - ' * '
7
8
pull_request :
8
9
branches :
9
- - ' master '
10
+ - ' * '
10
11
11
12
jobs :
12
13
elixir_otp_latest :
Original file line number Diff line number Diff line change 1
- name : " Build 1.13/24"
1
+ # ' ' suffix for the badge status
2
+ name : " Build 1.13/24 "
2
3
3
4
on :
4
5
push :
5
6
branches :
6
- - ' master '
7
+ - ' * '
7
8
pull_request :
8
9
branches :
9
- - ' master '
10
+ - ' * '
10
11
11
12
jobs :
12
13
elixir_otp_latest :
Original file line number Diff line number Diff line change 1
- name : " Build 1.16/25"
1
+ # ' ' suffix for the badge status
2
+ name : " Build 1.16/25 "
2
3
3
4
on :
4
5
push :
5
6
branches :
6
- - ' master '
7
+ - ' * '
7
8
pull_request :
8
9
branches :
9
- - ' master '
10
+ - ' * '
10
11
11
12
jobs :
12
13
elixir_otp_latest :
Original file line number Diff line number Diff line change 2
2
3
3
# ExImageInfo
4
4
5
- [ ![ Elixir] ( https://img.shields.io/badge/made_in-elixir-9900cc.svg?style=flat-square )] ( http://elixir-lang.org ) [ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square )] ( https://raw.githubusercontent.com/Group4Layers/ex_image_info/master/LICENSE.md ) <a class =" no-underline " href =" https://github.com/Group4Layers/ex_image_info " ><img src =" https://img.shields.io/badge/coverage-98.4%25-green.svg " alt =" Coverage " ></a > <a class =" no-underline " href =" https://github.com/Group4Layers/ex_image_info " ><img src =" https://img.shields.io/badge/tests-54%2F54 -green.svg " alt =" Tests " ></a >
5
+ [ ![ Elixir] ( https://img.shields.io/badge/made_in-elixir-9900cc.svg?style=flat-square )] ( http://elixir-lang.org ) [ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square )] ( https://raw.githubusercontent.com/Group4Layers/ex_image_info/master/LICENSE.md ) <a class =" no-underline " href =" https://github.com/Group4Layers/ex_image_info " ><img src =" https://img.shields.io/badge/coverage-98.4%25-green.svg " alt =" Coverage " ></a > <a class =" no-underline " href =" https://github.com/Group4Layers/ex_image_info " ><img src =" https://img.shields.io/badge/tests-58%2F58 -green.svg " alt =" Tests " ></a >
6
6
7
7
ExImageInfo is an Elixir library to parse images (binaries) and get the dimensions (size), detected mime-type and overall validity for a set of image formats. It is the fastest and supports multiple formats.
8
8
9
- Status: [ ![ Elixir 1.18 / OTP 26] ( https://github.com/Group4Layers/ex_image_info/actions/workflows/build_elixir_latest.yml/badge.svg?branch=master )] ( https://github.com/Group4Layers/ex_image_info/actions/workflows/build_elixir_latest.yml ) [ ![ Elixir 1.16 / OTP 25] ( https://github.com/Group4Layers/ex_image_info/actions/workflows/build_elixir_recent.yml/badge.svg?branch=master )] ( https://github.com/Group4Layers/ex_image_info/actions/workflows/build_elixir_recent.yml ) [ ![ Elixir 1.13 / OTP 24] ( https://github.com/Group4Layers/ex_image_info/actions/workflows/build_elixir_old.yml/badge.svg )] ( https://github.com/Group4Layers/ex_image_info/actions/workflows/build_elixir_old.yml?branch=master ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/Group4Layers/ex_image_info/badge.svg?branch=master )] ( https://coveralls.io/github/Group4Layers/ex_image_info?branch=master ) [ ![ Inline docs] ( http://inch-ci.org/github/Group4Layers/ex_image_info.svg )] ( http://inch-ci.org/github/Group4Layers/ex_image_info )
9
+ Status: [ ![ Elixir 1.18 / OTP 26] ( https://github.com/Group4Layers/ex_image_info/actions/workflows/build_elixir_latest.yml/badge.svg )] ( https://github.com/Group4Layers/ex_image_info/actions/workflows/build_elixir_latest.yml ) [ ![ Elixir 1.16 / OTP 25] ( https://github.com/Group4Layers/ex_image_info/actions/workflows/build_elixir_recent.yml/badge.svg )] ( https://github.com/Group4Layers/ex_image_info/actions/workflows/build_elixir_recent.yml ) [ ![ Elixir 1.13 / OTP 24] ( https://github.com/Group4Layers/ex_image_info/actions/workflows/build_elixir_old.yml/badge.svg )] ( https://github.com/Group4Layers/ex_image_info/actions/workflows/build_elixir_old.yml ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/Group4Layers/ex_image_info/badge.svg?branch=master )] ( https://coveralls.io/github/Group4Layers/ex_image_info?branch=master ) [ ![ Inline docs] ( http://inch-ci.org/github/Group4Layers/ex_image_info.svg )] ( http://inch-ci.org/github/Group4Layers/ex_image_info )
10
10
11
11
### [ GitHub repo] ( https://github.com/Group4Layers/ex_image_info )   ;  ; [ Docs] ( https://group4layers.github.io/ex_image_info )   ;  ; [ Hex.pm package] ( https://hex.pm/packages/ex_image_info )
12
12
You can’t perform that action at this time.
0 commit comments