Skip to content

feat: Renamed rules, removed Vue support #89

feat: Renamed rules, removed Vue support

feat: Renamed rules, removed Vue support #89

Workflow file for this run

name: scan-with-sonar-develop
on:
push:
branches:
- develop
workflow_dispatch:
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout develop branch
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: develop
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: npm install
- name: Scan with sonar
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
args: >
-Dsonar.branch.name=develop