Skip to content

feat (lib): Improve accessibility (#1211) #50

feat (lib): Improve accessibility (#1211)

feat (lib): Improve accessibility (#1211) #50

Workflow file for this run

name: Sonar
on:
push:
branches: [main, next]
pull_request:
branches: [main]
jobs:
sonarcloud:
permissions:
contents: read
issues: read
pull-requests: read
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
fetch-depth: 0
- name: Setup pnpm
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093
with:
version: 10
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Test and coverage
run: pnpm --filter @vuepic/vue-datepicker test:coverage
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@7006c4492b2e0ee0f816d36501671557c97f5995
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}