mirror of
https://github.com/inttter/md-badges.git
synced 2026-05-06 18:36:58 +02:00
feat: ✨ generate ref-style table - first cut
This commit is contained in:
parent
dd91b6dbad
commit
8498f2f736
5 changed files with 144 additions and 0 deletions
14
.github/workflows/extract-refstyle-badges.yml
vendored
Normal file
14
.github/workflows/extract-refstyle-badges.yml
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue