ci: remvoe checks temp

This commit is contained in:
notohh 2024-01-23 16:50:08 -05:00
parent 9bb01593ff
commit 54ada892ad
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 1 additions and 12 deletions

View file

@ -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 .

View file

@ -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