Skip to content

Commit 24df9e0

Browse files
Add GitHub status badge (#4)
* update workflow * update workflow path
1 parent 12bae0c commit 24df9e0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build-and-lint.yml renamed to .github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: Build and Lint
1+
name: Main Workflow
22
on:
33
pull_request:
44
push:
55
branches:
66
- 'main'
77
jobs:
8-
build:
8+
build-and-lint:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![npm version](https://badge.fury.io/js/react-toggle-slider.svg)](https://www.npmjs.com/package/react-toggle-slider)
44

5+
![example event parameter](https://github.com/VirtualParticle/react-toggle-slider/actions/workflows/main.yml/badge.svg?event=push)
6+
57
A highly customizable React toggle slider component.
68

79
![default](https://user-images.githubusercontent.com/20135416/122633007-293cda80-d0a4-11eb-90e9-86b1cce29061.gif)

0 commit comments

Comments
 (0)