Skip to content

Merge pull request #1 from thoughtparametersllc/copilot/add-auto-dete… #13

Merge pull request #1 from thoughtparametersllc/copilot/add-auto-dete…

Merge pull request #1 from thoughtparametersllc/copilot/add-auto-dete… #13

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'