Code format workflow by MuhammadTahaNaveed · Pull Request #465 · apache/age

added 5 commits

December 29, 2022 10:47
- this workflow will run on push or pull request to master branch.
- the workflow will fail if any PR or push is not abiding by the code
  standards defined in .clang-format
- You can also run "pre-commit" on your repo locally.
- This is because rhaschke/upload-git-patch-action@main is not allowed
  to be used in apache/age.

@MuhammadTahaNaveed