From 2a2010799f544ce8aae2db35bde95f5015261020 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 5 May 2024 07:10:47 -0700 Subject: some cleanup for CI --- .github/dependabot.yml | 4 ---- .github/workflows/ci.yaml | 1 - 2 files changed, 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0cfc43c..5ace460 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,3 @@ updates: directory: "/" schedule: interval: "weekly" - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "weekly" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0321f75..f132472 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,4 +28,3 @@ jobs: experimental-features = nix-command flakes - run: nix flake check - run: nix develop -c echo OK - - run: nix develop -c make build-environment -- cgit 1.4.1