Fix jobs name on GitHub Actions

This commit is contained in:
Victor Mignot 2022-09-22 00:12:02 -04:00
parent 3d29163f39
commit 23ed561cf1
No known key found for this signature in database
GPG key ID: FFE4EF056FB5E0D0

View file

@ -1,4 +1,4 @@
name: code-quality
name: Code Quality
on:
pull_request:
@ -7,7 +7,7 @@ on:
branches: [ "main" ]
jobs:
format:
code-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3