Skip to content

refactor: Remove update_badges.py script as badge management is handl… #15

refactor: Remove update_badges.py script as badge management is handl…

refactor: Remove update_badges.py script as badge management is handl… #15

Workflow file for this run

name: Basic Testing Example
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Python Tests
uses: thoughtparametersllc/python-testing@947908abd1dab777628becca5b772f26735e8146
with:
python-version: '3.x'