Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ziadOUA committed Nov 11, 2023
2 parents c34c51b + a164657 commit 01f5a06
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/list_badges.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: List Badges

on:
push:
paths:
- 'badges/'
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Python Setup
uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Execute Python Script
run: python ./list_badges.py

0 comments on commit 01f5a06

Please sign in to comment.