ci: remvoe checks temp
This commit is contained in:
parent
9bb01593ff
commit
54ada892ad
2 changed files with 1 additions and 12 deletions
|
@ -1,11 +0,0 @@
|
|||
steps:
|
||||
check:
|
||||
image: nixos/nix
|
||||
commands:
|
||||
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
||||
- nix flake check
|
||||
fmt:
|
||||
image: nixos/nix
|
||||
commands:
|
||||
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
|
||||
- nix run nixpkgs#alejandra -- -c .
|
|
@ -15,7 +15,7 @@ steps:
|
|||
repo: ${CI_REPO_NAME}
|
||||
branch: flake-lock-update
|
||||
base_branch: main
|
||||
pr_title: 'flake.lock: update'
|
||||
pr_title: "flake.lock: update"
|
||||
pr_body: PR automatically created by Woodpecker CI
|
||||
skip_on_missing_branch: true
|
||||
close_pr_if_empty: true
|
||||
|
|
Loading…
Reference in a new issue