Skip to content

Add auto-detecting Python testing framework GitHub Action #7

Add auto-detecting Python testing framework GitHub Action

Add auto-detecting Python testing framework GitHub Action #7

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@v1
with:
python-version: '3.x'