Explorar o código

chore: correct typo on test action name

alvarosabu %!s(int64=2) %!d(string=hai) anos
pai
achega
f613018e81
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      .github/workflows/test.yml

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

@@ -1,4 +1,4 @@
-name: Run linters
+name: Run Tests
 on: [push]
 
 env:
@@ -6,8 +6,8 @@ env:
   HUSKY: 0 # Bypass husky commit hook for CI
 
 jobs:
-  lint:
-    name: Lint
+  test:
+    name: Unit Test
     runs-on: ubuntu-20.04
     strategy:
       matrix: