Skip to content

fix: [lw-12355] fix search bar visibility in assets page (#1725) #3773

fix: [lw-12355] fix search bar visibility in assets page (#1725)

fix: [lw-12355] fix search bar visibility in assets page (#1725) #3773

Workflow file for this run

name: SonarCloud
on:
push:
branches:
- main
- release/**
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
sonarcloud:
name: SonarCloud Code Analysis
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarCloud Scan
uses: SonarSource/sonarqube-scan-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}