Skip to content

Commit 2e5f5de

Browse files
committed
ci: remove unused matrix.dir
Signed-off-by: Paul Meyer <katexochen0@gmail.com>
1 parent 7919ad3 commit 2e5f5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
go-version: [1.19.x]
6767
os: [ubuntu-latest]
6868

69-
name: Lint ${{ matrix.dir }} (${{ matrix.os }}, Go ${{ matrix.go-version }})
69+
name: Lint (${{ matrix.os }}, Go ${{ matrix.go-version }})
7070
runs-on: ${{ matrix.os }}
7171
steps:
7272
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)