Skip to content

Clabverter : ensure deletion of the old clabverter logging instance before creating a new one #439

Clabverter : ensure deletion of the old clabverter logging instance before creating a new one

Clabverter : ensure deletion of the old clabverter logging instance before creating a new one #439

Workflow file for this run

---
name: cicd
on:
push:
branches:
- main
pull_request: {}
workflow_dispatch: {}
jobs:
lint:
uses: ./.github/workflows/lint.yaml
test:
uses: ./.github/workflows/test.yaml
build:
needs:
- lint
- test
uses: ./.github/workflows/build.yaml