From f96301a9d92b44e3b5e450f2a54ad9d3208940cf Mon Sep 17 00:00:00 2001
From: Viacheslav Kudinov <viacheslav.kudinov@gmail.com>
Date: Thu, 10 Jun 2021 17:41:54 +0200
Subject: [PATCH] Workflow changes.

---
 .github/workflows/test_maven_actions.yaml | 6 +++---
 .gitignore                                | 4 ++++
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/test_maven_actions.yaml b/.github/workflows/test_maven_actions.yaml
index 71e918c..11a2231 100644
--- a/.github/workflows/test_maven_actions.yaml
+++ b/.github/workflows/test_maven_actions.yaml
@@ -1,4 +1,4 @@
-name: "Test result actions"
+name: "Test Maven GitHub action"
 
 on:
   push:
@@ -6,11 +6,11 @@ on:
       - master
 jobs:
   java_setup:
-    name: "Setup Java"
+    name: "Setup Java and Maven"
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v2
-      - name: Set up JDK
+      - name: "Set up JDK"
         uses: actions/setup-java@v2
         with:
           java-version: '8'
diff --git a/.gitignore b/.gitignore
index df4bc12..98d71eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,8 +20,12 @@ pids
 *.seed
 *.pid.lock
 
+# IntelliIDEA
 .idea/
 
+# Husky
+.husky/
+
 # Directory for instrumented libs generated by jscoverage/JSCover
 lib-cov