From 4a776b58eb301868630ab9f0a108a43caff60aa9 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Sat, 7 Jun 2025 12:19:37 +0200 Subject: [PATCH] fix: ensure newline at end of file in CI configuration --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1caaa86..b281c71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,4 +44,4 @@ jobs: uses: codecov/codecov-action@v3 with: file: ./coverage.xml - fail_ci_if_error: false \ No newline at end of file + fail_ci_if_error: false