Skip to content

chore(deps): bump js-yaml from 4.2.0 to 4.3.0 in /gems/karya-dashboar… #791

chore(deps): bump js-yaml from 4.2.0 to 4.3.0 in /gems/karya-dashboar…

chore(deps): bump js-yaml from 4.2.0 to 4.3.0 in /gems/karya-dashboar… #791

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