Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.02 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.02 KB

DDF Tools action

Features

Single action

  • Validate DDF files
  • Bundle DDF files to DDB files
  • Upload bundles as github artifact
  • Upload bundles to the store

Continuous integration

  • On new PR or commit on the PR

    • Validate all DDF
    • Add a message with modified bundles
    • Upload the bundles as artifacts
  • On commit or PR merge

    • Validate the DDF file
    • Bundle the DDF files
    • Upload the bundle to the store
    • (For PR) Add a message with the bundle store link

Maybe next Features

Code owners

  • Add a CODEOWNERS file to the repository (See here for more information)

Quick edits

  • Issue template to add a model ID on a existing DDF that generate PR

UUID Managments

  • Add a UUID with a commit on PR
  • If can't generate a UUID, add a message on the PR

TODO List