소스 검색

ci: rename GitHub actions

appflowy 3 년 전
부모
커밋
45826b5571
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      .github/workflows/commit_lint.yml
  2. 1 1
      .github/workflows/dart_lint.yml
  3. 1 1
      .github/workflows/rust_lint.yml
  4. 1 1
      .github/workflows/rust_test.yml

+ 1 - 1
.github/workflows/commitlint.yml → .github/workflows/commit_lint.yml

@@ -1,4 +1,4 @@
-name: Lint Commit Messages
+name: Commit messages lint
 on: [pull_request, push]
 
 jobs:

+ 1 - 1
.github/workflows/dart_lint.yml

@@ -3,7 +3,7 @@
 # separate terms of service, privacy policy, and support
 # documentation.
 
-name: DartLint
+name: Flutter lint
 
 on:
   push:

+ 1 - 1
.github/workflows/rust_lint.yml

@@ -1,4 +1,4 @@
-name: RustLint
+name: Rust lint
 
 on:
   push:

+ 1 - 1
.github/workflows/rust_test.yml

@@ -1,4 +1,4 @@
-name: RustUnitTest
+name: Unit test(Rust)
 
 on:
   push: