loyalsoldier 5 роки тому
батько
коміт
efb53bd59e
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      .github/workflows/linter.yml

+ 2 - 2
.github/workflows/linter.yml

@@ -1,11 +1,11 @@
-name: Lint Code Base
+name: Lint
 
 on:
   push:
     branches: [master]
   pull_request:
     branches: [master]
-    types: [assigned, opened, synchronize, reopened]
+    types: [opened, synchronize, reopened]
 
 jobs:
   lint: