Adding IColumn properties supported by tubular to the main model. (#646) #897
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Report Sonar | ||
on: | ||
push: | ||
branches: | ||
- master | ||
pull_request: | ||
types: [opened, synchronize, reopened] | ||
jobs: | ||
build: | ||
uses: unosquare/bump-npm-version/.github/workflows/build-sonar.yml@master | ||
with: | ||
node-version: '18.20.4' | ||
Check failure on line 14 in .github/workflows/build.yml GitHub Actions / Build and Report SonarInvalid workflow file
|
||
secrets: | ||
github-token: ${{ secrets.GPR_ACCESS_TOKEN }} | ||
sonar-token: ${{ secrets.SONAR_TOKEN }} |