dxos-deprecated / sdk

DXOS SDK and tools.
GNU Affero General Public License v3.0
0 stars 2 forks source link

Naming Convention on Github Actions #365

Closed alexwykoff closed 3 years ago

alexwykoff commented 3 years ago

Conversation Item: We need a clearer convention on Github Action names which are descriptive of their actions and targets.

alexwykoff commented 3 years ago

Suggestions under consideration :

  1. Verb + Target + Trigger (ex: build-lint-test-main-on-push.yml)
  2. Target + Verb (ex: main-build-lint-test.yml)
richburdon commented 3 years ago

Actual proposal is here: https://github.com/dxos/sdk/pull/368

alexwykoff commented 3 years ago

Closing in favor of #368