From 7f4a97928c7639cf07c824b4605f7c5f9f78a3df Mon Sep 17 00:00:00 2001 From: Inho Oh Date: Thu, 17 Oct 2019 19:48:47 +0900 Subject: [PATCH] add action.yml --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 action.yml diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..ca665a4 --- /dev/null +++ b/action.yml @@ -0,0 +1,5 @@ +name: 'Helloworld PR review' +description: 'Just test review' +runs: + using: 'docker' + image: 'Dockerfile'