Skip to content

Commit 3a4dc01

Browse files
authored
Merge pull request #11 from chasefleming/chasefleming/ci-badge
chore: add ci badge
2 parents 168b6d8 + f221e4b commit 3a4dc01

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ JavaScript enums using proxies.
44

55
> Based on [this tweet](https://twitter.com/2ality/status/1486139713354448897)
66
7+
[![ENUM-XYZ Continuous Integration](https://github.com/chasefleming/enum-xyz/actions/workflows/integrate.yml/badge.svg)](https://github.com/chasefleming/enum-xyz/actions/workflows/integrate.yml)
8+
79
## Install
810

911
```
@@ -73,4 +75,4 @@ const { blue, red } = Enum.Symbol
7375
7476
console.log(blue) // Symbol(blue)
7577
console.log(red) // Symbol(red)
76-
```
78+
```

0 commit comments

Comments
 (0)