Skip to content

Commit

Permalink
Add GitHub workflows pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Aug 28, 2023
1 parent 57dcf5f commit 15c95bc
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github: ['acelaya']
custom: ['https://slnk.to/donate']
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
day: saturday
time: '09:00'
timezone: 'Europe/Madrid'
open-pull-requests-limit: 10
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Continuous integration

on:
pull_request: null
push:
branches:
- main

jobs:
ci:
uses: shlinkio/github-actions/.github/workflows/js-lib-ci.yml@main
secrets: inherit
11 changes: 11 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Publish release

on:
push:
tags:
- 'v*'

jobs:
ci:
uses: shlinkio/github-actions/.github/workflows/js-lib-publish.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shlinkio/shlink-js-sdk",
"description": "A javascript client for the browser and nodejs, to consume shlink's REST API",
"description": "A javascript client for the browser and nodejs, to consume Shlink's REST API",
"homepage": "https://shlink.io",
"author": "Alejandro Celaya <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 15c95bc

Please sign in to comment.