Skip to content

bitcoin/policies: show provably unspendable Taproot internal keys #1763

bitcoin/policies: show provably unspendable Taproot internal keys

bitcoin/policies: show provably unspendable Taproot internal keys #1763

Workflow file for this run

# See reference docs at
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions
name: ci
on: [push, pull_request]
jobs:
linux-docker:
runs-on: ubuntu-22.04
steps:
- name: Clone the repo
uses: actions/checkout@v4
with:
submodules: recursive
- name: Pull CI container image
run: ./.ci/run-container-ci pull
- name: Run CI in container
run: ./.ci/run-container-ci ${{github.workspace}} ${{github.base_ref}}