Skip to content

Commit 757ecf5

Browse files
committed
Give a proper name to CI jobs checking generated files
1 parent 6963d48 commit 757ecf5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ jobs:
370370
run: ruby -e "abort if File.exist?('C:/msys64/mingw64/bin/gcc.exe')"
371371

372372
validate-windows-versions:
373+
name: "Check windows*versions.json are up-to-date"
373374
runs-on: ubuntu-latest
374375
steps:
375376
- uses: actions/checkout@v6
@@ -380,7 +381,8 @@ jobs:
380381
- name: Check generated files are up to date
381382
run: git diff --exit-code
382383

383-
lint:
384+
check-dist-index:
385+
name: "Check dist/index.js is up-to-date"
384386
runs-on: ubuntu-22.04
385387
steps:
386388
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)