Skip to content

Commit

Permalink
Link to migration docs (#124)
Browse files Browse the repository at this point in the history
Link to the migration docs for buf-action.
  • Loading branch information
emcfarlane authored Jan 24, 2025
1 parent 276eb69 commit f083deb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> [!NOTE]
> This action has been deprecated in favor of the [`buf-action`][buf-action] which combines the
> functionality of `buf-lint-action` with the ability to run Buf commands in the same step. Please
> see the [`buf-action`][buf-action] documentation for more information.
> see the [migration guide][buf-action-migration] for more information.
This [Action] enables you to [lint] Protobuf files with [Buf] in your GitHub Actions pipelines. If
it detects violations of your configured [lint rules][lint.rules], it automatically creates inline
Expand Down Expand Up @@ -78,6 +78,7 @@ steps:
[action]: https://docs.github.com/actions
[buf-action]: https://github.com/bufbuild/buf-action
[buf-action-migration]: https://github.com/bufbuild/buf-action/blob/main/MIGRATION.md#buf-lint-action
[buf]: https://buf.build
[buf-breaking]: https://github.com/marketplace/actions/buf-breaking
[buf-push]: https://github.com/marketplace/actions/buf-push
Expand Down

0 comments on commit f083deb

Please sign in to comment.