From abd9b8274a06eff2528f85e1d5196d93be454da0 Mon Sep 17 00:00:00 2001 From: technocreep Date: Thu, 16 May 2024 18:54:59 +0200 Subject: [PATCH] updated pep8 action --- .github/workflows/pep8_action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pep8_action.yml b/.github/workflows/pep8_action.yml index dcaa1d1e1..7a2eb360e 100644 --- a/.github/workflows/pep8_action.yml +++ b/.github/workflows/pep8_action.yml @@ -18,7 +18,7 @@ jobs: run: autopep8 --in-place --recursive ./fedot_ind ./tests - uses: actions/github-script@v6 - script: | + run: git diff --quiet ./fedot_ind ./tests # Only check for changes in relevant files if [ $? -eq 0 ]; then