Skip to content

feat(tx-group): add script_valid param to build_raw_tx #394

feat(tx-group): add script_valid param to build_raw_tx

feat(tx-group): add script_valid param to build_raw_tx #394

Workflow file for this run

name: repo_lint
on:
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install dependencies
run: make install
- name: Run lint
run: make lint || { git diff; false; }