diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 58045f5..7451134 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -12,6 +12,8 @@ jobs: steps: - uses: actions/checkout@v1 + with: + path: basic_games - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 with: @@ -21,4 +23,4 @@ jobs: python -m pip install --upgrade pip pip install tox - name: Test with tox - run: tox -e py38-lint \ No newline at end of file + run: tox -e py38-lint