Fix job names

This commit is contained in:
Josh Soref 2024-01-30 21:52:50 -05:00
parent bb3fa7fd35
commit ffa637dcd4
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ on:
- main
jobs:
test:
licenses:
runs-on: ubuntu-latest
name: Check licenses
steps:

View file

@ -8,8 +8,8 @@ on:
- '**.md'
jobs:
build:
name: Build
test:
name: Build and Test
strategy:
matrix: