Skip to content

Update dependency @oclif/plugin-plugins to v4 #89

Update dependency @oclif/plugin-plugins to v4

Update dependency @oclif/plugin-plugins to v4 #89

Workflow file for this run

name: Build
on:
push:
paths-ignore:
- 'docs/**'
- '*.md'
jobs:
test:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
- run: npm ci
- run: npm run build --ws
- run: npm run check --ws
- run: npm run test --ws