Skip to content

Add support for GreenAPI whatsapp messages #19

Add support for GreenAPI whatsapp messages

Add support for GreenAPI whatsapp messages #19

Workflow file for this run

name: SonarCloud Scan
on:
workflow_dispatch:
push:
branches:
- master # or the name of your main branch
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}