Skip to content

Commit

Permalink
updated pep8 action
Browse files Browse the repository at this point in the history
  • Loading branch information
technocreep committed May 16, 2024
1 parent 337e29e commit abd9b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pep8_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abd9b82

Please sign in to comment.