Skip to content

Commit

Permalink
Merge pull request #3 from LayerTwo-Labs/2025-02-03-backport-thunder-…
Browse files Browse the repository at this point in the history
…0.11.1

backport thunder 0.11.1
  • Loading branch information
Ash-L2L authored Feb 7, 2025
2 parents 9c80e73 + 06b1c8a commit a2b0b07
Show file tree
Hide file tree
Showing 33 changed files with 2,190 additions and 1,420 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/check_lint_build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
on: [push]
on:
pull_request:
push:
branches:
- master
tags:
- '*'
workflow_dispatch:

name: Check, Lint, Build

Expand Down Expand Up @@ -58,7 +65,7 @@ jobs:
wget https://releases.drivechain.info/bip300301-enforcer-latest-x86_64-unknown-linux-gnu.zip
unzip bip300301-enforcer-latest-x86_64-unknown-linux-gnu.zip
rm bip300301-enforcer-latest-x86_64-unknown-linux-gnu.zip
mv bip300301-enforcer-latest-x86_64-unknown-linux-gnu/bip300301_enforcer-*-x86_64-unknown-linux-gnu bip300301-enforcer
mv bip300301-enforcer-latest-x86_64-unknown-linux-gnu/bip300301-enforcer-*-x86_64-unknown-linux-gnu bip300301-enforcer
rm -r bip300301-enforcer-latest-x86_64-unknown-linux-gnu
chmod +x bip300301-enforcer
popd
Expand Down
Loading

0 comments on commit a2b0b07

Please sign in to comment.