Add .gitea/workflows/*.yaml

This commit is contained in:
2025-10-18 00:37:07 -07:00
parent c5a76614f4
commit b65f488cf2

View File

@@ -15,10 +15,10 @@ jobs:
steps: steps:
- name: Checkout source code - name: Checkout source code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install Python 3.10 - name: Install Python 3.10.12
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.10' python-version: '3.10.12'
- name: Install tox - name: Install tox
run: pip install tox run: pip install tox
- name: Run lint - name: Run lint
@@ -31,10 +31,10 @@ jobs:
steps: steps:
- name: Checkout source code - name: Checkout source code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install Python 3.10 - name: Install Python 3.10.12
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.10' python-version: '3.10.12'
- name: Install tox - name: Install tox
run: pip install tox run: pip install tox
- name: Run unit tests - name: Run unit tests