Skip to content

Merge pull request #430 from nytakoe1/master #430

Merge pull request #430 from nytakoe1/master

Merge pull request #430 from nytakoe1/master #430

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2021-2025 Yegor Bugayenko
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: sonarcloud
'on':
push:
branches:
- master
jobs:
sonarcloud:
if: github.repository == 'yegor256/cam' &&
github.event_name != 'pull_request' ||
github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}