chore(deps): bump js-yaml from 4.2.0 to 4.3.0 in /gems/karya-dashboar… #791
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |