Skip to content

Commit

Permalink
Update lines-of-code.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserbdj96 committed Jul 7, 2024
1 parent c5de29b commit c3d9887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lines-of-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3d9887

Please sign in to comment.