Skip to content

feat: implement backend configuration and lifecycle management #565

feat: implement backend configuration and lifecycle management

feat: implement backend configuration and lifecycle management #565

Workflow file for this run

# Copyright Codevedas Inc. 2025-present
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
name: CI
permissions:
contents: read
on:
pull_request:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && format('pr-{0}', github.event.pull_request.number) || format('ref-{0}', github.ref) }}
cancel-in-progress: true
jobs:
ci:
permissions:
contents: read
uses: ./.github/workflows/shared-ci.yml
secrets: inherit
with:
upload_coverage: true