mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-06 10:23:06 +03:00
Merge branch 'develop' of https://github.com/EDCD/EDMarketConnector into develop
This commit is contained in:
commit
34e75d8fa1
4
.github/workflows/pr-checks.yml
vendored
4
.github/workflows/pr-checks.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
# based on.
|
# based on.
|
||||||
- name: Checkout head commits
|
- name: Checkout head commits
|
||||||
# https://github.com/actions/checkout
|
# https://github.com/actions/checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2.3.4
|
||||||
#with:
|
#with:
|
||||||
#ref: ${{github.head.sha}}
|
#ref: ${{github.head.sha}}
|
||||||
#repository: ${{github.event.pull_request.head.repo.full_name}}
|
#repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||||
@ -53,7 +53,7 @@ jobs:
|
|||||||
# Get Python set up
|
# Get Python set up
|
||||||
####################################################################
|
####################################################################
|
||||||
- name: Set up Python 3.9
|
- name: Set up Python 3.9
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2.2.2
|
||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: 3.9
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
4
.github/workflows/push-checks.yml
vendored
4
.github/workflows/push-checks.yml
vendored
@ -17,11 +17,11 @@ jobs:
|
|||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2.3.4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Set up Python 3.9
|
- name: Set up Python 3.9
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2.2.2
|
||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: 3.9
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
4
.github/workflows/windows-build.yml
vendored
4
.github/workflows/windows-build.yml
vendored
@ -16,8 +16,8 @@ jobs:
|
|||||||
shell: powershell
|
shell: powershell
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2.3.4
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2.2.2
|
||||||
with:
|
with:
|
||||||
python-version: "3.9.5"
|
python-version: "3.9.5"
|
||||||
architecture: "x86"
|
architecture: "x86"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user