Skip to content

Commit 3fada24

Browse files
committed
Fix yaml indent
1 parent 4e96577 commit 3fada24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/blockchain-lint.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Blockchain Lint
22
'on':
33
push:
44
branches:
5-
- master
6-
tags:
7-
- '*'
5+
- master
6+
tags:
7+
- '*'
88
paths-include:
99
- packages/blockchain/**
1010
pull_request:

0 commit comments

Comments
 (0)