gamitee-dev / public-ci

Public shared CI for Joyned
0 stars 1 forks source link

CI | Lint | Add `lint-lfs` asserting LFS is used when needed #5

Closed tomerle closed 11 months ago

tomerle commented 11 months ago

Motivation

  1. No reason to let these cases sneak it.
  2. We will implement local git hooks soon, so the annoying/surprising part is only temporary.
  3. Seems a generic and git-only enough to deserve being cross repository.

TODO

  1. Make it a separate Job so repositories can choose opt-in.
  2. Try to be consistent with the function-like naming lint-lfs.
  3. KISS it with no conditions/params/...