Merge pull request #318 from AppFlowy-IO/action_rename

ci: rename GitHub action
This commit is contained in:
Nathan.fooo
2022-02-10 10:39:51 +08:00
committed by GitHub
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]
jobs:

View File

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

View File

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

View File

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