Skip to content

Commit 286b022

Browse files
authored
Create onboard.yml
1 parent 1d51388 commit 286b022

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/onboard.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
on:
2+
workflow_dispatch:
3+
4+
jobs:
5+
onboard:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: arduino/library-registry-onboarding@v1
9+
with:
10+
library-name: SimplePrefsPlus
11+
library-url: https://github.com/souviksays/SimplePrefsPlus

0 commit comments

Comments
 (0)