Skip to content

Revert replace-import as it not required #113

Revert replace-import as it not required

Revert replace-import as it not required #113

Workflow file for this run

name: CI tests
on:
workflow_call:
pull_request_target:
branches:
- master
- main
jobs:
lint:
uses: ./.github/workflows/linters.yml
build:
uses: ./.github/workflows/builders.yml
tests:
needs: build
uses: ./.github/workflows/test-ocp.yml
secrets: inherit