Skip to content

Commit

Permalink
publish loc badge
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 24, 2024
1 parent 7b604a8 commit bf33fea
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/loc-badge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: loc-badge
on:
push:
branches:
- master
concurrency:
group: loc-badge-${{ github.ref }}
cancel-in-progress: true
jobs:
codecov:
runs-on: ubuntu-22.04
steps:
- uses: shadowmoose/[email protected]
with:
debug: true
directory: ./
badge: ./target/loc-badge.svg
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: target
clean: false
if: github.ref == 'refs/heads/master'

0 comments on commit bf33fea

Please sign in to comment.