소스 검색

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: