Browse Source

Lint: refine

loyalsoldier 5 năm trước cách đây
mục cha
commit
efb53bd59e
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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: