Compare commits
No commits in common. "1c24f7eec374eb0439cc6f9f5710fc121398c5ab" and "8ed93416731d2a9d7266264023e54dabe5c58b41" have entirely different histories.
1c24f7eec3
...
8ed9341673
3 changed files with 1 additions and 23 deletions
|
@ -1,20 +0,0 @@
|
||||||
when:
|
|
||||||
- event: pull_request
|
|
||||||
- event: push
|
|
||||||
- path:
|
|
||||||
include: ["*.rs"]
|
|
||||||
|
|
||||||
steps:
|
|
||||||
configure_rustup:
|
|
||||||
image: rust
|
|
||||||
commands: |
|
|
||||||
rustup update stable && rustup default stable
|
|
||||||
rustup component add clippy
|
|
||||||
cargo_clippy:
|
|
||||||
image: rust
|
|
||||||
commands:
|
|
||||||
- cargo clippy --all-targets --all-features
|
|
||||||
cargo_test:
|
|
||||||
image: rust
|
|
||||||
commands:
|
|
||||||
- cargo test --all-features
|
|
|
@ -37,7 +37,7 @@ steps:
|
||||||
owner: ${CI_REPO_OWNER}
|
owner: ${CI_REPO_OWNER}
|
||||||
repo: ${CI_REPO_NAME}
|
repo: ${CI_REPO_NAME}
|
||||||
branch: flake-lock-update
|
branch: flake-lock-update
|
||||||
base_branch: main
|
base_branch: master
|
||||||
pr_title: "flake.lock: update"
|
pr_title: "flake.lock: update"
|
||||||
pr_body: PR automatically created by Woodpecker CI
|
pr_body: PR automatically created by Woodpecker CI
|
||||||
close_pr_if_empty: true
|
close_pr_if_empty: true
|
||||||
|
|
|
@ -18,8 +18,6 @@
|
||||||
in {
|
in {
|
||||||
devShells.${system}.default = pkgs.mkShell {
|
devShells.${system}.default = pkgs.mkShell {
|
||||||
name = "forcebot_rs-devenv";
|
name = "forcebot_rs-devenv";
|
||||||
nativeBuildInputs = [pkgs.pkg-config];
|
|
||||||
buildInputs = with pkgs; [openssl libiconv];
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
nil
|
nil
|
||||||
alejandra
|
alejandra
|
||||||
|
|
Loading…
Reference in a new issue