Skip to content

feat: add yup number strip empty string method #27

feat: add yup number strip empty string method

feat: add yup number strip empty string method #27

Workflow file for this run

name: Sonarqube
on:
push:
branches: [ prod ]
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarcube:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.ref }}-sonarcube
cancel-in-progress: true
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Get npm package version
id: package-version
uses: Saionaro/[email protected]
- uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_CLOUD_TOKEN }}
with:
args: >
-Dsonar.projectVersion=${{ steps.package-version.outputs.version }}