Skip to content

bump smallstep-wrapper #9

bump smallstep-wrapper

bump smallstep-wrapper #9

Workflow file for this run

name: Test
on:
push:
branches: ['*']
tags: ['!v*']
workflow_call: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: orbit-online/upkg-install@v1
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -x
with:
ignore_paths: .upkg
- name: Show --help menus
run: for cmd in bin/*; do ! grep -q docopt "$cmd" || "$cmd" --help; done
env:
PKIDBURL: "https://example.org"