mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-09 16:52:14 +01:00
ci(analyze): clarify job name that the job do static analysis & format checking
This commit is contained in:
parent
4d6a57ddcf
commit
d229ccb36c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/analyze.yml
vendored
1
.github/workflows/analyze.yml
vendored
|
@ -14,6 +14,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
name: "Static analysis & format check"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue