Skip to content

docs(readme): rewrite Example with real post-compact recovery scenario #31

docs(readme): rewrite Example with real post-compact recovery scenario

docs(readme): rewrite Example with real post-compact recovery scenario #31

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install shellcheck
run: sudo apt-get update && sudo apt-get install -y shellcheck
- name: shellcheck
run: shellcheck bin/revive install.sh
bats:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install bats
uses: bats-core/bats-action@3.0.1
- name: install jq
run: sudo apt-get update && sudo apt-get install -y jq
- name: run tests
run: bats tests/