ci(analyze): clarify job name that the job do static analysis & format checking

This commit is contained in:
Pun 2023-07-16 16:21:16 +07:00 committed by GitHub
parent 4d6a57ddcf
commit d229ccb36c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ on:
jobs:
build:
name: "Static analysis & format check"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3