From 4ed04939f69a5e45ba4e121715c1f0d274b606ff Mon Sep 17 00:00:00 2001 From: Jon Fairbanks Date: Sun, 24 Nov 2024 22:31:27 -0800 Subject: [PATCH] Fix job naming --- .github/workflows/npm-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-lint.yml b/.github/workflows/npm-lint.yml index 553da52..179f8b6 100644 --- a/.github/workflows/npm-lint.yml +++ b/.github/workflows/npm-lint.yml @@ -5,7 +5,7 @@ on: types: [opened, synchronize] # Trigger on PR opened and when changes are pushed to the PR jobs: - npm-audit: + npm-lint: runs-on: ubuntu-latest steps: