flatbuffers icon indicating copy to clipboard operation
flatbuffers copied to clipboard

Added pre-commit workflow

Open Bazifrasool opened this issue 2 years ago • 1 comments

ci: added pre-commit workflow This PR addresses : https://github.com/google/flatbuffers/issues/7615

contains a pre-commit workflow that has :

  - check-executables-have-shebangs
  - check-toml
  - check-yaml
  - end-of-file-fixer
  - trailing-whitespace
  - requirements-txt-fixer

It has several fixes for the current.Need a bit of help to conform current codebase to the specified rules or add more.

Bazifrasool avatar Dec 22 '23 15:12 Bazifrasool

@dbaileychess for review

Bazifrasool avatar Dec 22 '23 15:12 Bazifrasool