From 7eefd81e90441163c7c09b9f39c92f8f55533fa7 Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Sun, 1 Feb 2026 15:14:34 -0500 Subject: [PATCH] fix(lint): maybe no empty lines? --- .github/workflows/cd.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 6e7b1cc..0c979a7 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -1,10 +1,8 @@ name: Continuous Deployment - on: push: tags: - "v*.*.*" - jobs: publish-crates-io: name: Publish on crates.io