Skip to content

Replace standard GHA workflows with reusables #22

Replace standard GHA workflows with reusables

Replace standard GHA workflows with reusables #22

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
# Copyright 2024 Intel Corporation
name: Code scan workflow
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
version-check:
uses: onosproject/.github/.github/workflows/version-check.yml@main
lint:
uses: onosproject/.github/.github/workflows/go-lint.yml@main

Check failure on line 19 in .github/workflows/code-scan.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/code-scan.yml

Invalid workflow file

error parsing called workflow ".github/workflows/code-scan.yml" -> "onosproject/.github/.github/workflows/go-lint.yml@main" : failed to fetch workflow: workflow was not found.
license-check:
uses: onosproject/.github/.github/workflows/license-check.yml@main
fossa-check:
uses: onosproject/.github/.github/workflows/fossa-scan.yml@main