Skip to content

Commit 5d02ec5

Browse files
committed
docs(README): add build status badge
1 parent 49bc0d9 commit 5d02ec5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Node.js CI
1+
name: Build
22

33
on:
44
push:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ts-transformer-optimize-const-enum
22

3+
![CI Status](https://github.com/Fonger/ts-transformer-optimize-const-enum/actions/workflows/build.yml/badge.svg)
4+
35
A typescript transpiler that transform exported const enum into object literal.
46

57
This is just like the one from [@babel/preset-typescript with optimizeConstEnums: true](https://babeljs.io/docs/en/babel-preset-typescript#optimizeconstenums) but it works for typescript compiler.

0 commit comments

Comments
 (0)