This commit is contained in:
Sudo-Ivan
2025-07-05 23:57:32 -05:00
parent 74f5174254
commit 7092883834

View File

@@ -1,25 +0,0 @@
name: Build Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
strategy:
matrix:
python-version: ["3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}