cucumber / cucumber-cpp

Support for writing Cucumber step definitions in C++
MIT License
304 stars 131 forks source link

Check code format on PR and main branch #268

Closed ursfassler closed 8 months ago

ursfassler commented 8 months ago

Summary

Check code format on PR and main branch.

Details

Make sure the code in the repo is correctly formatted by automatically checking the format on every PR.

Motivation and Context

Automatically keep the code format consistent.

How Has This Been Tested?

Pushed a commit (897790993fa8e4d6133751697aac6e12824165ec) with a formatting error. CI fails.

Types of changes

Checklist: