Skip to content

Prevent Failure on No files were checked errors#18

Merged
Christian-Arcand merged 3 commits intomainfrom
dev/fix-no-scan
Oct 21, 2025
Merged

Prevent Failure on No files were checked errors#18
Christian-Arcand merged 3 commits intomainfrom
dev/fix-no-scan

Conversation

@Christian-Arcand
Copy link
Contributor

@Christian-Arcand Christian-Arcand commented Oct 21, 2025

Pour empêcher les fails de ce type quand une pr contient une modification seulement sur des fichiers qui sont ignorés par PHPCS

@Christian-Arcand Christian-Arcand requested a review from a team October 21, 2025 15:35
action.yml Outdated
fi

echo ${output}
exit $?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feeling que le $? que tu met ici va te sortir le exit code du echo. Il faudrait sauvegarder le exit code juste après l'exécution originale de la commande,

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

T'as ben raison!

@Christian-Arcand Christian-Arcand enabled auto-merge (squash) October 21, 2025 16:01
@Christian-Arcand Christian-Arcand merged commit bd2c752 into main Oct 21, 2025
1 check failed
@Christian-Arcand Christian-Arcand deleted the dev/fix-no-scan branch October 21, 2025 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants