Skip to content

fix: fix sign command options & show global options in subcommand help #19

fix: fix sign command options & show global options in subcommand help

fix: fix sign command options & show global options in subcommand help #19

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches: [main]
tags-ignore:
- 'v*' # version-tagged commits are releases which have their own workflow
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: '20'
cache: "pnpm"
- run: pnpm install && pnpm run ci