Skip to content

chore: Bump the npm_dependencies group with 10 updates #1823

chore: Bump the npm_dependencies group with 10 updates

chore: Bump the npm_dependencies group with 10 updates #1823

Workflow file for this run

name: Main branch CI
on:
pull_request:
branches:
- main
push:
schedule:
- cron: "0 0 * * 0"
jobs:
nms-lint-report:
uses: ./.github/workflows/nms-lint-report.yaml
build-nms:
needs: nms-lint-report
uses: ./.github/workflows/build-nms.yaml
build-rock:
needs: build-nms
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]
scan-rock:
needs: build-rock
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]
publish-rock:
if: github.ref_name == 'main'
needs: scan-rock
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]