Skip to content

Create hd_wallet.py #3794

Create hd_wallet.py

Create hd_wallet.py #3794

Workflow file for this run

name: Code Scanning
on:
push:
branches:
- main
jobs:
code-scanning:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Code Scanning
uses: github/code-scanning@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
sarif-file: results.sarif