From c3d9887912972405883dac7cebd91a7b4ea8deeb Mon Sep 17 00:00:00 2001 From: Boudjada Yasser Date: Sun, 7 Jul 2024 16:29:04 +0100 Subject: [PATCH] Update lines-of-code.yml --- .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 ba0cc805..b90bbd23 100644 --- a/.github/workflows/lines-of-code.yml +++ b/.github/workflows/lines-of-code.yml @@ -8,14 +8,14 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 - - name: Install requirements - run: pip install -r requirements.txt - name: Create Workspace Folder run: mkdir -p wrdir - name: get Lines Of Code repo run: git clone https://github.com/yasserbdj96/linesofcode.git wrdir - name: Get this repository badges run: python wrdir/main.py --URL="https://github.com/${{ github.repository }}" + - name: Install requirements + run: pip install -r wrdir/requirements.txt - name: remove run: rm -rf wrdir #- name: Copy badges back to current repo