Skip to content

#1049 Remove local UI bundle artifact #6

#1049 Remove local UI bundle artifact

#1049 Remove local UI bundle artifact #6

name: Pull Request
on: [pull_request]
jobs:
prebuild_check_codestyle:
name: Pre-build checks
uses: ./.github/workflows/prebuild/check.codestyle.yml

Check failure on line 7 in .github/workflows/workflow.pull_request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/workflow.pull_request.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
prebuild_check_license:
name: Pre-build checks
uses: ./.github/workflows/prebuild/check.license.yml
prebuild_check_dependency:
name: Pre-build checks
uses: ./.github/workflows/prebuild/check.dependency.yml
build:
name: Build modules
needs:
- prebuild_check_codestyle
- prebuild_check_license
- prebuild_check_dependency
uses: ./.github/workflows/build/build.modules.yml
postbuild_test:
name: Post-build actions
needs:
- build
uses: ./.github/workflows/postbuild/test.coverage.yml
postbuild_documentation:
name: Post-build actions
needs:
- postbuild_test
uses: ./.github/workflows/postbuild/build.docs.yml