Skip to content

update dependencies to point at workspace #28

update dependencies to point at workspace

update dependencies to point at workspace #28

Workflow file for this run

name: Run Knip
on: push
jobs:
lint:
runs-on: ubuntu-latest
name: Ubuntu/Node v20
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
cache: "yarn"
- run: yarn install --immutable --mode=skip-build
- run: yarn build:libs
- run: yarn knip