Skip to content

Merge pull request #12 from LiveBackup/feature/ms-based-authentication #20

Merge pull request #12 from LiveBackup/feature/ms-based-authentication

Merge pull request #12 from LiveBackup/feature/ms-based-authentication #20

Workflow file for this run

name: Build
on:
push:
branches:
- main
- develop
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16.17.1
- run: npm ci
- run: npm test
- name: SonarClod Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}