Skip to content

Commit 9132806

Browse files
authored
Merge pull request #11 from inoas/fix-ci-add-readme-badges
fix ci to use compatible gleam version, add readme badges
2 parents 8815166 + 58fc06c commit 9132806

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: test
33
on:
44
push:
55
branches:
6-
- master
76
- main
7+
- master
88
pull_request:
99

1010
jobs:
@@ -14,8 +14,8 @@ jobs:
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

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
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

0 commit comments

Comments
 (0)