Skip to content

Add check_others_in_group and fetch_sighash_with_action (#11) #27

Add check_others_in_group and fetch_sighash_with_action (#11)

Add check_others_in_group and fetch_sighash_with_action (#11) #27

Workflow file for this run

name: Rust
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run installation
run: make install
- name: Run CI
run: make ci