Skip to content

Add treasury donation for build tx command #340

Add treasury donation for build tx command

Add treasury donation for build tx command #340

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; }