Skip to content

Fix the mismatch between specifier and resource identifier in attenuators policy AND allow skiping powerless packages #5051

Fix the mismatch between specifier and resource identifier in attenuators policy AND allow skiping powerless packages

Fix the mismatch between specifier and resource identifier in attenuators policy AND allow skiping powerless packages #5051

Workflow file for this run

name: Test project mutual dependency versions
# run CI on pushes to master, and on all PRs (even the ones that target other
# branches)
on:
push:
branches: [master]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['16.x']
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install graphviz
run: sudo apt install -y graphviz
- name: Check for cycles
run: scripts/check-dependency-cycles.sh 0
- name: check mismatched dependencies
run: yarn depcheck