Skip to content

Fix a new line at beginning of cat command in any sonar #1

Fix a new line at beginning of cat command in any sonar

Fix a new line at beginning of cat command in any sonar #1

# SPDX-FileCopyrightText: Copyright (C) 2025 Fabrício Barros Cabral
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: any-sonar
'on':
push:
branches:
- main
- master
permissions:
contents: read
jobs:
any-sonar:
uses: fabriciofx/github-workflows/.github/workflows/any-sonar-template.yml@main
with:
working-directory: "."
sonar_organization: "fabriciofx"
sonar_project_key: "fabriciofx_github-workflows"
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
sr_token: ${{ secrets.SONAR_TOKEN }}