md-badges/.github/workflows/extract-refstyle-badges.yml
2025-08-19 16:11:08 +08:00

14 lines
353 B
YAML

name: Extract refstyle badges
on:
push:
branches:
- main
- feature/reference-style-table
jobs:
extract-refstyle-badges:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: extract refstyle badges
run: ${{github.workspace}}/.github/scripts/extract-refstyle-badges/extract-refstyle-badges.sh