Skip to content

Commit

Permalink
disable check to activa github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rsantacroce committed Jan 4, 2024
1 parent 0d625ca commit e50ee80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
[target.'cfg(all())']
rustflags = [
"-Dclippy::all",
"-Dlet_underscore_drop",
"-Aclippy::assertions_on_result_states",
"-Aclippy::let_unit_value",

]
4 changes: 2 additions & 2 deletions .github/workflows/check_lint_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ jobs:
- name: 'Set filename for release binary'
run: |
pushd "target/release"
mv "thunder" "thunder-gui-x86_64-unknown-linux-gnu"
mv "thunder" "thunder-x86_64-unknown-linux-gnu"
popd
- name: 'Upload Artifacts (thunder)'
uses: actions/upload-artifact@v2
with:
name: thunder-gui-x86_64-unknown-linux-gnu
name: thunder-x86_64-unknown-linux-gnu
path: target/release/thunder-x86_64-unknown-linux-gnu
if-no-files-found: error

Expand Down
2 changes: 1 addition & 1 deletion lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ pub mod state;
pub mod types;
pub mod wallet;

pub use heed;
pub use bip300301;
pub use heed;

/// Format `str_dest` with the proper `s{sidechain_number}_` prefix and a
/// checksum postfix for calling createsidechaindeposit on mainchain.
Expand Down

0 comments on commit e50ee80

Please sign in to comment.