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