Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Bump @types/jasmine from 4.3.5 to 5.1.2 in /web #875

Bump @types/jasmine from 4.3.5 to 5.1.2 in /web

Bump @types/jasmine from 4.3.5 to 5.1.2 in /web #875

Workflow file for this run

name: SonarCloud
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Install protoc
run: |
sudo apt-get install protobuf-compiler
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
- run: cd devconsole && go generate && go test -v -coverprofile=coverage.out ./...
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}