diff --git a/.github/workflows/ESLint.yaml b/.github/workflows/ESLint.yaml index de029fc..4425e34 100644 --- a/.github/workflows/ESLint.yaml +++ b/.github/workflows/ESLint.yaml @@ -31,6 +31,7 @@ on: - '.husky/**' - '.eslintignore' - '.gitignore' + - action.yml - '**.md' - 'LICENSE' - 'renovate.json' @@ -44,6 +45,7 @@ on: - '.husky/**' - '.eslintignore' - '.gitignore' + - action.yml - '**.md' - 'LICENSE' - 'renovate.json' diff --git a/action.yml b/action.yml index ca56b6b..7572d4b 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -name: setup-protoc +name: Setup Protocol Buffers compiler description: 🐻‍❄️🔥 GitHub action for setting up the Protocol Buffers compiler author: Noelware, LLC.