developer-portfolios/.github/workflows/update-banner.yml

22 lines
378 B
YAML
Raw Normal View History

2024-07-15 11:23:08 +00:00
name: Update List Count Banner
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- master
push:
branches:
- master
jobs:
update-banner:
runs-on: ubuntu-latest
steps:
- name: Checkout code
2024-07-15 11:24:50 +00:00
uses: actions/checkout@v4
2024-07-15 11:23:08 +00:00
- name: Count list items and update README
2024-07-15 11:25:43 +00:00
run: python3 src/update_banner.py