Compare commits
No commits in common. "72bb162b525b258ec245f1e9e111926e80593a68" and "84385a35f46f5c513a8551ed8551bca67b656216" have entirely different histories.
72bb162b52
...
84385a35f4
4 changed files with 1 additions and 28 deletions
|
@ -1,9 +0,0 @@
|
|||
when:
|
||||
- event: pull_request
|
||||
|
||||
steps:
|
||||
- name: "Run cargo check"
|
||||
image: docker.nix-community.org/nixpkgs/nix-flakes
|
||||
commands:
|
||||
- nix shell github:nixos/nixpkgs/nixos-unstable#cargo github:nixos/nixpkgs/nixos-unstable#gcc
|
||||
- cargo check --workspace --all-targets
|
|
@ -1,9 +0,0 @@
|
|||
when:
|
||||
- event: pull_request
|
||||
|
||||
steps:
|
||||
- name: "Run cargo clippy"
|
||||
image: docker.nix-community.org/nixpkgs/nix-flakes
|
||||
commands:
|
||||
- nix shell github:nixos/nixpkgs/nixos-unstable#clippy github:nixos/nixpkgs/nixos-unstable#cargo github:nixos/nixpkgs/nixos-unstable#gcc
|
||||
- cargo clippy
|
|
@ -1,9 +0,0 @@
|
|||
when:
|
||||
- event: pull_request
|
||||
|
||||
steps:
|
||||
- name: "Run cargo test"
|
||||
image: docker.nix-community.org/nixpkgs/nix-flakes
|
||||
commands:
|
||||
- nix shell github:nixos/nixpkgs/nixos-unstable#cargo github:nixos/nixpkgs/nixos-unstable#gcc
|
||||
- cargo test --workspace --all-targets
|
|
@ -2,7 +2,7 @@ when:
|
|||
- event: pull_request
|
||||
|
||||
steps:
|
||||
- name: "Run treefmt"
|
||||
- name: "Run nix flake check"
|
||||
image: docker.nix-community.org/nixpkgs/nix-flakes
|
||||
commands:
|
||||
- nix fmt -- --fail-on-change
|
||||
|
|
Loading…
Add table
Reference in a new issue