Skip to content

hoc badge

hoc badge #1

Workflow file for this run

---
name: hoc-badge
on:
push:
branches:
- master
concurrency:
group: hoc-badge-${{ github.ref }}
cancel-in-progress: true
jobs:
hoc-badge:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: MikhailEpatko/hits-of-code-badge@main
with:
output_dir: gh-pages
filename: hoc-badge.svg
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: gh-pages
clean: false
if: github.ref == 'refs/heads/master'