Skip to content

Commit

Permalink
chore: Tweaked GHA job names
Browse files Browse the repository at this point in the history
Signed-off-by: mrickard <[email protected]>
  • Loading branch information
mrickard committed Mar 14, 2024
1 parent 92e1cf0 commit cd546d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [push, workflow_dispatch]

jobs:
lint:
name: Lint
runs-on: ubuntu-latest

strategy:
Expand All @@ -22,7 +23,7 @@ jobs:
- name: Inspect Lockfile
run: npm run lint:lockfile
test:
name: Test
name: Snapshot Test
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit cd546d4

Please sign in to comment.