diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index b7faaf61..d67c2eb4 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -10,6 +10,7 @@ on: jobs: check-format: + name: '[Required] Check correct format' runs-on: ubuntu-latest steps: @@ -31,6 +32,7 @@ jobs: run: npm run check-format check-docs: + name: '[Required] Check docs updated' runs-on: ubuntu-latest steps: