We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12bae0c commit 24df9e0Copy full SHA for 24df9e0
.github/workflows/build-and-lint.yml renamed to .github/workflows/main.yml
@@ -1,11 +1,11 @@
1
-name: Build and Lint
+name: Main Workflow
2
on:
3
pull_request:
4
push:
5
branches:
6
- 'main'
7
jobs:
8
- build:
+ build-and-lint:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v2
README.md
@@ -2,6 +2,8 @@
[](https://www.npmjs.com/package/react-toggle-slider)
+
+
A highly customizable React toggle slider component.

0 commit comments