Skip to content

Commit d6c0428

Browse files
committed
Ensure opaque usage of orderedmap package
Signed-off-by: Pierre Fenoll <[email protected]>
1 parent b452805 commit d6c0428

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/go.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ jobs:
118118
run: |
119119
! git grep -InE 'func.+[*].+[)].MarshalJSON[(][)]'
120120
121+
- if: runner.os == 'Linux'
122+
name: Ensure opaque usage of orderedmap package
123+
run: |
124+
! git grep -InE orderedmap -- .github/docs/
125+
121126
- if: runner.os == 'Linux'
122127
name: Missing specification object link to definition
123128
run: |

0 commit comments

Comments
 (0)