Skip to content

Commit

Permalink
fix CLOC step in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scholarsmate committed Apr 2, 2024
1 parent ac351c0 commit 739db31
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ jobs:
- uses: actions/checkout@v4

- name: Count lines of code (CLOC) 📐
uses: djdefi/cloc-action@5
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
checkName: "CLOC"
ref: ${{ github.event.pull_request.head.sha || github.sha }}
id: cloc
uses: djdefi/cloc-action@6

- name: Check ratCheck ✅
uses: fountainhead/[email protected]
Expand Down

0 comments on commit 739db31

Please sign in to comment.