Skip to content

More work on inProgress indication of the ui, more translation cleanup #28

More work on inProgress indication of the ui, more translation cleanup

More work on inProgress indication of the ui, more translation cleanup #28

Workflow file for this run

name: Prey on service code
on:
push:
branches:
- main
paths:
- service/**
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_SERVICE }}
with:
projectBaseDir: service
args: >
-Dsonar.organization=adrianrudnik
-Dsonar.projectKey=ablegram.service