瀏覽代碼

Lint: refine

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: