Skip to content

publish loc badge

publish loc badge #1

Workflow file for this run

---
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/GHA-LoC-Badge@1.0.0
with:
debug: true
directory: ./
badge: ./target/loc-badge.svg
- uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages
folder: target
clean: false
if: github.ref == 'refs/heads/master'