From d22077a21184f1f8388fd765d4ce8a85bcd94660 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 10 Nov 2024 21:55:23 +0200 Subject: [PATCH] ci: rename workflow jobs --- .github/workflows/go.yml | 2 +- .github/workflows/js.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 727748b..01b8a11 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: go-version: ["1.23"] - name: Lint and test ${{ matrix.go-version == '1.23' && '(latest)' || '(old)' }} + name: Lint Go ${{ matrix.go-version == '1.23' && '(latest)' || '(old)' }} steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index 888d801..0adef40 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -8,7 +8,7 @@ jobs: defaults: run: working-directory: ./web - name: Lint + name: Lint JS steps: - uses: actions/checkout@v4