Fix CI Step Name
All checks were successful
CI / Build (push) Successful in 14s

This commit is contained in:
TheBrokenRail 2025-02-24 06:30:15 -05:00
parent 4d64fd2190
commit 474106c519

View File

@ -17,7 +17,7 @@ jobs:
- name: Install Dependencies
run: npm ci
# Test
- name: Build
- name: Test
run: npm test
# Lint
- name: Lint