Skip to content

create branch and tag #53

create branch and tag

create branch and tag #53

Workflow file for this run

name: Code Quality
on:
push:
branches:
- master
pull_request:
types: [opened, reopened, synchronize]
branches:
- master
jobs:
code_quality:
name: Code Quality
uses: heitorpolidoro/.github/.github/workflows/code_quality_analyzers.yml@master
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
DEEPSOURCE_DSN: ${{ secrets.DEEPSOURCE_DSN }}