fix gha job name

This commit is contained in:
Mark Canlas 2023-01-02 13:45:35 -05:00
parent 8c269a494f
commit 4619439e2c

View File

@ -3,7 +3,7 @@ on:
branches: ['**']
jobs:
Lint and unit test:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3