Skip to content

Autocomplete: Add position prop #39

Autocomplete: Add position prop

Autocomplete: Add position prop #39

Workflow file for this run

name: SonarQube Scan
on:
schedule:
- cron: '0 0 1 * *'
workflow_dispatch:
permissions:
contents: read
jobs:
scan:
name: Sonar Scan Runner
runs-on: ubuntu-latest
if: github.repository == 'trimble-oss/modus-web-components'
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Sonar Scan Action
uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}