From daf1f80fbd5d21d6bf79609172468eacd5595012 Mon Sep 17 00:00:00 2001 From: dutta-alankar Date: Sun, 28 Apr 2024 09:26:10 +0200 Subject: [PATCH] [FIX] lines of code only include `astro_plasma` directory --- .github/workflows/lines_of_code.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lines_of_code.yml b/.github/workflows/lines_of_code.yml index 394f0bc..859dfe9 100644 --- a/.github/workflows/lines_of_code.yml +++ b/.github/workflows/lines_of_code.yml @@ -16,9 +16,9 @@ jobs: id: badge with: debug: true - directory: ./ + directory: ./astro_plasma badge: ./misc/lines_of_code.svg - ignore: cloudy-codes/|example-scripts/|README + ignore: cloudy-codes/|example-scripts/requirements/|README - name: Print the output run: |