From b7a5f208fada95f27c0f87a72870ae7d770d92c5 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Sun, 19 Jan 2020 08:06:35 +0000 Subject: [PATCH] Add more test patterns --- testdata/testfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/testdata/testfile b/testdata/testfile index 501c049..eb18129 100644 --- a/testdata/testfile +++ b/testdata/testfile @@ -1,6 +1,12 @@ This is test file. REVIEWDOG_VERSION=0.1.0 +ENV REVIEWDOG_VERSION=0.1.0 +ENV REVIEWDOG_VERSION 0.1.0 +ARG REVIEWDOG_VERSION=0.1.0 + +yaml: + REVIEWDOG_VERSION: 0.1.0 The above version should be updated to the latest version with this action.