diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 738ef487..67910065 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -99,10 +99,8 @@ jobs: run: | VERSION="0.0.1-a6" curl -O -L -C - https://github.com/blablatdinov/gotemir/releases/download/$VERSION/gotemir-linux-amd64.tar - ls -la tar -xvf gotemir-linux-amd64.tar - ls -la - ./gotemir-linux-amd64 + ./gotemir-linux-amd64 --ext .py src src/tests/unit,src/tests/it shell: bash lint: