Add .gitea/workflows/*.yaml
This commit is contained in:
@@ -15,10 +15,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout source code
|
||||
uses: actions/checkout@v4
|
||||
- name: Install Python 3.10
|
||||
- name: Install Python 3.10.12
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.10.12'
|
||||
- name: Install tox
|
||||
run: pip install tox
|
||||
- name: Run lint
|
||||
@@ -31,10 +31,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout source code
|
||||
uses: actions/checkout@v4
|
||||
- name: Install Python 3.10
|
||||
- name: Install Python 3.10.12
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.10.12'
|
||||
- name: Install tox
|
||||
run: pip install tox
|
||||
- name: Run unit tests
|
||||
Reference in New Issue
Block a user