ci: rename GitHub actions

This commit is contained in:
appflowy 2022-02-10 09:15:16 +08:00
parent 8df2dccfce
commit 45826b5571
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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