Skip to content

Commit

Permalink
docs(proto): add act to third party proto tools
Browse files Browse the repository at this point in the history
  • Loading branch information
theomessin authored Nov 27, 2023
1 parent 1891400 commit 81308e3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/src/data/proto-tools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,16 @@ export const BUILT_IN_TOOLS: Record<string, ProtoTool> = {
};

export const THIRD_PARTY_TOOLS: Record<string, ProtoTool> = {
act: {
bins: ['act'],
description: 'Run your GitHub Actions locally.',
homepageUrl: 'https://github.com/nektos/act',
name: 'act',
pluginLocator:
'source:https://raw.githubusercontent.com/theomessin/proto-toml-plugins/master/act.toml',
pluginType: 'toml',
repoUrl: 'https://github.com/theomessin/proto-toml-plugins/blob/master/act.toml',
},
buf: {
bins: ['buf'],
description: 'A new way of working with Protocol Buffers.',
Expand Down

0 comments on commit 81308e3

Please sign in to comment.