Skip to content

Show "unused catalog protocols warnings/errors" only if the unused catalog is one of the workspace's default catalogs #85

Show "unused catalog protocols warnings/errors" only if the unused catalog is one of the workspace's default catalogs

Show "unused catalog protocols warnings/errors" only if the unused catalog is one of the workspace's default catalogs #85

Workflow file for this run

name: Test
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: "22.11.0"
registry-url: "https://registry.npmjs.org"
- name: Install corepack
run: |
npm install -g corepack
- name: Enable corepack
run: |
corepack enable
- name: Install dependencies
run: yarn
- name: Test
run: |
yarn test