diff --git a/LICENSE b/LICENSE index 2a721dd..fda37e7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Matteo Agnoletto +Copyright (c) 2022 Matteo Agnoletto Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 0dd573c..fc498f7 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ inputs: ## Usage -This example shows how to configure the action to run on any event occurring on a Pull Request. Reviewdog will report Prettier output messages as warnings by opening a code review on the Pull Request which triggered the workflow. +This example shows how to configure the action to run on any event occurring on a Pull Request. Reviewdog will report Prettier output messages by opening a code review on the Pull Request which triggered the workflow. Moreover, any formatting changes provided by Prettier will be attached as code suggestions. ```yaml name: reviewdog