File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: test
33on :
44 push :
55 branches :
6- - master
76 - main
7+ - master
88 pull_request :
99
1010jobs :
1414 - uses : actions/checkout@v3
1515 - uses : erlef/setup-beam@v1
1616 with :
17- otp-version : " 26.0.2 "
18- gleam-version : " 1.9 .1"
17+ otp-version : " 28 "
18+ gleam-version : " 1.11 .1"
1919 rebar3-version : " 3"
2020 # elixir-version: "1.15.4"
2121 - run : gleam deps download
Original file line number Diff line number Diff line change 11# pprint
22
33[ ![ Package Version] ( https://img.shields.io/hexpm/v/pprint )] ( https://hex.pm/packages/pprint )
4+ [ ![ Erlang-compatible] ( https://img.shields.io/badge/target-erlang-b83998 )] ( https://www.erlang.org/ )
5+ [ ![ JavaScript Compatible] ( https://img.shields.io/badge/target-javascript-f3e155 )] ( https://en.wikipedia.org/wiki/JavaScript )
46[ ![ Hex Docs] ( https://img.shields.io/badge/hex-docs-ffaff3 )] ( https://hexdocs.pm/pprint/ )
7+ [ ![ CI Test] ( https://github.com/MystPi/pprint/actions/workflows/test.yml/badge.svg?branch=master& ; event=push )] ( https://github.com/MystPi/pprint/actions/workflows/test.yml )
58
69💄 Pretty print values with style!
710
811``` sh
9- gleam add pprint --dev
12+ gleam add pprint@1 --dev
1013```
1114
1215``` gleam
You can’t perform that action at this time.
0 commit comments