Skip to content

Commit 38cd4e0

Browse files
committed
chore(ci): use ./ instead of . for readability
1 parent 3503a26 commit 38cd4e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-latest
6767
strategy:
6868
matrix:
69-
dir: [".", "./libevm/tooling"]
69+
dir: ["./", "./libevm/tooling"]
7070
defaults:
7171
run:
7272
working-directory: ${{ matrix.dir }}

0 commit comments

Comments
 (0)