소스 검색

punctuation fixes

mitm001 5 년 전
부모
커밋
d643022cf6
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      .github/workflows/main.yml

+ 3 - 3
.github/workflows/main.yml

@@ -6,7 +6,7 @@
 # package.json and Antora cache only if changes are made to the files.
 #
 # If the package-lock.json or package.json files are updated or new depends are
-# installed, the 'npm ci' should always be ran thereafter to speed up build
+# installed, the 'npm ci' should be always ran thereafter to speed up build
 # times. When ci is active, the package-lock.json and package.json files in root
 # will not be updated.
 #
@@ -30,12 +30,12 @@ on:
 jobs:
   build:
 
-    #Static version is used to maintain stability
+    #Static version is used to maintain stability.
     runs-on: ubuntu-18.04
 
     strategy:
       matrix:
-        #Static version is used to maintain stability
+        #Static version is used to maintain stability.
         node-version: [12.17.0]
 
     steps: