From 757ecf59ea7938b8e5b3e51df38546c014bfef16 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Tue, 13 Jan 2026 11:02:37 +0100 Subject: [PATCH] Give a proper name to CI jobs checking generated files --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9783dc1..87916a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -370,6 +370,7 @@ jobs: run: ruby -e "abort if File.exist?('C:/msys64/mingw64/bin/gcc.exe')" validate-windows-versions: + name: "Check windows*versions.json are up-to-date" runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 @@ -380,7 +381,8 @@ jobs: - name: Check generated files are up to date run: git diff --exit-code - lint: + check-dist-index: + name: "Check dist/index.js is up-to-date" runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v6