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 - main
jobs: jobs:
test: licenses:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: Check licenses name: Check licenses
steps: steps:

View file

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