mirror of
https://github.com/inttter/md-badges.git
synced 2026-05-06 18:36:58 +02:00
14 lines
353 B
YAML
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
|