mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-04-27 13:44:12 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2199534829 | |||
| ea4d07da11 | |||
| dbba72842f |
@@ -21,7 +21,7 @@ jobs:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: '3.9'
|
||||
python-version: '3.10'
|
||||
- name: Test
|
||||
working-directory: ${{ matrix.sample }}
|
||||
run: make test-all
|
||||
|
||||
@@ -21,3 +21,6 @@
|
||||
#docs/*.md
|
||||
# Then explicitly reverse the ignore rule for a single file:
|
||||
#!docs/README.md
|
||||
#
|
||||
#
|
||||
#
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
tox
|
||||
flake8
|
||||
pytest-aiohttp
|
||||
|
||||
Reference in New Issue
Block a user