|
|
@ -14,9 +14,9 @@ jobs:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Checkout
|
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
- name: Set up Python
|
|
|
|
- name: Set up Python
|
|
|
|
uses: actions/setup-python@v2
|
|
|
|
uses: actions/setup-python@v4
|
|
|
|
- run:
|
|
|
|
- run:
|
|
|
|
python -m pip install flake8 flake8-import-order doc8 sphinx
|
|
|
|
python -m pip install flake8 flake8-import-order doc8 sphinx
|
|
|
|
rstcheck[sphinx]
|
|
|
|
rstcheck[sphinx]
|
|
|
@ -41,9 +41,9 @@ jobs:
|
|
|
|
- '3.10'
|
|
|
|
- '3.10'
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Checkout
|
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@v2
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
- name: Set up Python ${{ matrix.python-version }}
|
|
|
|
- name: Set up Python ${{ matrix.python-version }}
|
|
|
|
uses: actions/setup-python@v2
|
|
|
|
uses: actions/setup-python@v4
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
python-version: ${{ matrix.python-version }}
|
|
|
|
python-version: ${{ matrix.python-version }}
|
|
|
|
- name: Append GitHub Actions system path
|
|
|
|
- name: Append GitHub Actions system path
|
|
|
|