From b6884b82b3dfe4cda314629935298073d8e5fe86 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Sat, 26 Oct 2024 00:16:58 +0200 Subject: [PATCH] ci: make the linter happy again --- .github/settings.yml | 2 -- .github/workflows/flake.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 41dd066..c22de5c 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -112,5 +112,3 @@ labels: - name: outdated color: cccccc description: This is out of scope and outdated - -... diff --git a/.github/workflows/flake.yml b/.github/workflows/flake.yml index 1047a6f..278deb5 100644 --- a/.github/workflows/flake.yml +++ b/.github/workflows/flake.yml @@ -41,5 +41,3 @@ jobs: message: "chore(flake): updated lockfile [skip ci]" push: true commit: --signoff - -...