Skip to content

updated customize.sh #8

updated customize.sh

updated customize.sh #8

Workflow file for this run

#
# Author: Hari Sekhon
# Date: 2023-04-14 23:53:43 +0100 (Fri, 14 Apr 2023)
#
# vim:ts=2:sts=2:sw=2:et
#
# https://github.com/HariSekhon/Template-repo
#
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback
#
# https://www.linkedin.com/in/HariSekhon
#
# ============================================================================ #
# S o n a r C l o u d
# ============================================================================ #
---
name: SonarCloud
on:
push:
branches:
- master
- main
paths-ignore:
- '**/*.md'
pull_request:
branches:
- master
- main
paths-ignore:
- '**/*.md'
workflow_dispatch:
permissions:
contents: read
pull-requests: read
jobs:
SonarCloud:
# github.event.repository context not available in scheduled workflows
#if: github.event.repository.fork == false
if: github.repository_owner == 'HariSekhon'
name: SonarCloud
uses: HariSekhon/GitHub-Actions/.github/workflows/sonarcloud.yaml@master
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}