From 33d7f7b8b6f5a8b46da812318fc1afff26a64392 Mon Sep 17 00:00:00 2001 From: Emilien Devos Date: Thu, 2 Nov 2023 17:06:21 +0100 Subject: [PATCH] Check if all files have new line at the end --- .github/workflows/helm-lint-and-test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-lint-and-test.yml b/.github/workflows/helm-lint-and-test.yml index ba69a3c..f1b9793 100644 --- a/.github/workflows/helm-lint-and-test.yml +++ b/.github/workflows/helm-lint-and-test.yml @@ -8,8 +8,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - with: - fetch-depth: 0 + + - name: Linelint + uses: actions/linelint@master - name: Free Disk Space (Ubuntu) uses: jlumbroso/free-disk-space@main