Skip to content

build(deps): bump @oclif/core from 4.0.7 to 4.0.12 #3539

build(deps): bump @oclif/core from 4.0.7 to 4.0.12

build(deps): bump @oclif/core from 4.0.7 to 4.0.12 #3539

Workflow file for this run

name: QA
on:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm ci
- run: npm run check
- run: npm test
- run: npm run compile
- run: npx commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose