Skip to content

Commit

Permalink
checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 24, 2024
1 parent bf33fea commit fbe80e3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/loc-badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ concurrency:
group: loc-badge-${{ github.ref }}
cancel-in-progress: true
jobs:
codecov:
loc-badge:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: shadowmoose/GHA-LoC-Badge@1.0.0
with:
debug: true
directory: ./
badge: ./target/loc-badge.svg
directory: .
badge: target/loc-badge.svg
- uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages
Expand Down

0 comments on commit fbe80e3

Please sign in to comment.