Skip to content

Webinizer CI

Webinizer CI #122

Workflow file for this run

name: Webinizer CI
on:
push:
branches:
- main
paths-ignore:
- "documentation/**"
- "README.md"
- "CODE_OF_CONDUCT.md"
- "CONTRIBUTING.md"
- "LICENSE"
- "security.md"
- "SUPPORT.md"
pull_request:
types:
- opened
- synchronize
paths-ignore:
- "documentation/**"
- "README.md"
- "CODE_OF_CONDUCT.md"
- "CONTRIBUTING.md"
- "LICENSE"
- "security.md"
- "SUPPORT.md"
# allow to be triggered manually
workflow_dispatch:
# Cancel any in-flight jobs for the same PR/branch so there's only one active
# at a time
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
run_unit_tests:
uses: intel/webinizer/.github/workflows/shared_workflow.yml@main

Check failure on line 38 in .github/workflows/webinizer_ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/webinizer_ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/webinizer_ci.yml" -> "intel/webinizer/.github/workflows/shared_workflow.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
taskType: unit-test
linting_check:
uses: intel/webinizer/.github/workflows/shared_workflow.yml@main
with:
taskType: linting-check