1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-19 10:27:38 +03:00

S I N G L E Q U O T E S

This commit is contained in:
Athanasius 2020-07-28 17:02:32 +01:00
parent 09e39a47ef
commit dc58d0f3af

View File

@ -16,13 +16,13 @@ jobs:
steps:
- name: Checkout
if: ${{ github.actor == "Athanasius" }}
if: ${{ github.actor == 'Athanasius' }}
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Check for PY files
if: ${{ github.actor == "Athanasius" }}
if: ${{ github.actor == 'Athanasius' }}
env:
BASE_REF: ${{github.base_ref}}
run: |
@ -32,14 +32,14 @@ jobs:
echo "::set-env name=PYFILES::${PYFILES}"
- name: Set up Python 3.7
if: ${{ github.actor == "Athanasius" }}
if: ${{ github.actor == 'Athanasius' }}
if: ${{ env.PYFILES != '' }}
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Annotate with Flake8
if: ${{ github.actor == "Athanasius" }}
if: ${{ github.actor == 'Athanasius' }}
if: ${{ env.PYFILES != '' }}
uses: "tayfun/flake8-your-pr@master"
env: