Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: econia-labs/emojicoin-dot-fun
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9922ce33496c4b9cc8df62df4b578317e88ad905
Choose a base ref
..
head repository: econia-labs/emojicoin-dot-fun
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 92438cbbae19f47fd85c4fc161f90ed3793d5bfe
Choose a head ref
Showing with 0 additions and 58 deletions.
  1. +0 −36 .github/workflows/push-processor.yaml
  2. +0 −22 cfg/pre-commit-config.yaml
36 changes: 0 additions & 36 deletions .github/workflows/push-processor.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions cfg/pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -224,28 +224,6 @@ repos:
id: 'clippy'
repo: 'https://github.com/doublify/pre-commit-rust'
rev: 'v1.0'
-
hooks:
-
args:
- '--manifest-path'
- 'src/rust/processor/rust/processor/Cargo.toml'
- '--config'
- 'build.rustflags=["--cfg", "tokio_unstable"]'
- '--'
id: 'cargo-check'
-
args:
- '--manifest-path'
- 'src/rust/processor/rust/processor/Cargo.toml'
- '--config'
- 'build.rustflags=["--cfg", "tokio_unstable"]'
- '--'
- '--deny'
- 'clippy::all'
id: 'clippy'
repo: 'https://github.com/doublify/pre-commit-rust'
rev: 'v1.0'
-
hooks:
-