diff --git a/README.md b/README.md index 0512f33..3e043d1 100644 --- a/README.md +++ b/README.md @@ -288,7 +288,8 @@ on: [ push, pull_request ] permissions: write-all jobs: - check: + style: + name: Code Style uses: TheDragonCode/.github/.github/workflows/code-style.yml@main ```