Skip to content

Merge remote-tracking branch 'components-remote/main' into merge-with… #1

Merge remote-tracking branch 'components-remote/main' into merge-with…

Merge remote-tracking branch 'components-remote/main' into merge-with… #1

name: check dependencies
on:
push:
paths:
- "**/package.json"
- ".github/workflows/check_dependencies.yml"
jobs:
check-dependencies:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Install dependencies
run: npm i
- name: Check if the dependencies are free of any conflict and match "overrides" in the root package.json
run: npm ls