Skip to content

Commit

Permalink
fix: update readme.md
Browse files Browse the repository at this point in the history
add github action badges
  • Loading branch information
JS-AK committed Feb 2, 2023
1 parent 4b359d4 commit 2876998
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Jekyll with GitHub Pages dependencies preinstalled
name: Deploy documentation to GitHub Pages

on:
workflow_run:
Expand All @@ -8,22 +7,18 @@ on:
types:
- completed

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow one concurrent deployment
concurrency:
group: "pages"
cancel-in-progress: true

jobs:
# Build job
build:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
Expand Down Expand Up @@ -52,7 +47,6 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v1

# Deployment job
deploy:
environment:
name: github-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint & Test Runner
name: Lint & Test

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Make release

on:
workflow_run:
workflows: ["Lint & Test Runner"]
workflows: ["Lint & Test"]
branches: [ master ]
types:
- completed
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @2people.it/asterisk-ami-adapter

![release](https://github.com/2people-IT/asterisk-ami-adapter/actions/workflows/release.yml/badge.svg)
![lint-and-test](https://github.com/2people-IT/asterisk-ami-adapter/actions/workflows/lint-and-test.yml/badge.svg)
![jekyll-gh-pages](https://github.com/2people-IT/asterisk-ami-adapter/actions/workflows/jekyll-gh-pages.yml/badge.svg)

It is a Node.js based solution for connecting to the Asterisk Manager Interface (AMI) via socket. AMI is a protocol for controlling, monitoring, and configuring an Asterisk PBX. This repository provides a flexible and efficient way to interact with the AMI, enabling developers to automate tasks, gather information about the system and users, and create custom applications for managing Asterisk.

To install the package, simply run the command
Expand Down

0 comments on commit 2876998

Please sign in to comment.