Skip to content

Initial repo updates #7

Initial repo updates

Initial repo updates #7

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Shell Global Solutions International B.V. All Rights Reserved.
#
# SPDX-License-Identifier: Apache-2.0
name: PullRequest
on:
pull_request:
types: [opened, synchronize, reopened, review_requested]
branches:
- main
jobs:
CodeFormat:
uses: sede-open/pyELQ/.github/workflows/code_formatting.yml@main
secrets: inherit
Pydocstyle:
uses: sede-open/pyELQ/.github/workflows/pydocstyle_check.yml@main
needs: CodeFormat
Pylint:
uses: sede-open/pyELQ/.github/workflows/pylint_check.yml@main
needs: Pydocstyle
Tests:
uses: sede-open/pyELQ/.github/workflows/run_tests.yml@main
needs: CodeFormat
SonarCloud:
uses: sede-open/pyELQ/.github/workflows/sonarcloud_analysis.yml@main

Check failure on line 31 in .github/workflows/PR.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/PR.yml

Invalid workflow file

error parsing called workflow ".github/workflows/PR.yml" -> "sede-open/pyELQ/.github/workflows/sonarcloud_analysis.yml@main" : failed to fetch workflow: workflow was not found.
needs: Tests
secrets: inherit