Skip to content

Commit 8d924eb

Browse files
committed
Add GitHub Actions status badge
1 parent c170ffd commit 8d924eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI workflow for Codecov
1+
name: GitHub Actions
22
on: [push, pull_request]
33
jobs:
44
run:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Please pay close attention if you are upgrading the RBSheet from version 2 to ve
1212
[![npm version](https://badge.fury.io/js/react-native-raw-bottom-sheet.svg)](//npmjs.com/package/react-native-raw-bottom-sheet)
1313
[![npm downloads](https://img.shields.io/npm/dm/react-native-raw-bottom-sheet.svg)
1414
](//npmjs.com/package/react-native-raw-bottom-sheet)
15+
[![GitHub Actions](https://github.com/nysamnang/react-native-raw-bottom-sheet/actions/workflows/ci.yml/badge.svg)](https://github.com/nysamnang/react-native-raw-bottom-sheet/actions/workflows/ci.yml)
1516
[![codecov](https://codecov.io/gh/nysamnang/react-native-raw-bottom-sheet/graph/badge.svg?token=tJuJsd1V8e)](https://codecov.io/gh/nysamnang/react-native-raw-bottom-sheet)
1617

1718
- Super Lightweight Component

0 commit comments

Comments
 (0)