Skip to content

Add GitHub workflow for PRs #1

Add GitHub workflow for PRs

Add GitHub workflow for PRs #1

Workflow file for this run

name: Test PR
on: pull_request
jobs:
build:
name: Test PR
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Run tests
run: python3 -m unittest