Skip to content

Use reusable GHAs from the .github repo (#63) #52

Use reusable GHAs from the .github repo (#63)

Use reusable GHAs from the .github repo (#63) #52

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
# Copyright 2024 Intel Corporation
name: Main workflow
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
doc8:
uses: omec-project/.github/.github/workflows/make-target-reuse.yml@main
with:
branch_name: ${{ github.ref }}
target: doc8
spell-check:
uses: omec-project/.github/.github/workflows/make-target-reuse.yml@main
with:
branch_name: ${{ github.ref }}
target: spelling
link-check:
uses: omec-project/.github/.github/workflows/make-target-reuse.yml@main
with:
branch_name: ${{ github.ref }}
target: linkcheck
license-check:
uses: omec-project/.github/.github/workflows/license-check.yml@main
with:
branch_name: ${{ github.ref }}
fossa-scan:
uses: omec-project/.github/.github/workflows/fossa-scan.yml@main
with:
branch_name: ${{ github.ref }}