Skip to content

Commit

Permalink
Merge pull request #194 from TheDragonCode/3.x
Browse files Browse the repository at this point in the history
The order of calling verification methods has been changed
  • Loading branch information
andrey-helldar authored Nov 2, 2023
2 parents 998d94d + 9f00ba6 commit c43f5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ source /shell/config.sh
source /shell/plugins.sh

if [[ $(allowFix) == "true" ]]; then
source /shell/fix.sh
source /shell/editorconfig.sh
source /shell/dependabot.sh
source /shell/normalize.sh
source /shell/fix.sh
source /shell/thanks.sh

source /shell/push.sh
Expand Down

0 comments on commit c43f5a5

Please sign in to comment.