Skip to content

Commit

Permalink
Ensure opaque usage of orderedmap package
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Fenoll <[email protected]>
  • Loading branch information
fenollp committed Feb 7, 2023
1 parent b452805 commit d6c0428
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ jobs:
run: |
! git grep -InE 'func.+[*].+[)].MarshalJSON[(][)]'
- if: runner.os == 'Linux'
name: Ensure opaque usage of orderedmap package
run: |
! git grep -InE orderedmap -- .github/docs/
- if: runner.os == 'Linux'
name: Missing specification object link to definition
run: |
Expand Down

0 comments on commit d6c0428

Please sign in to comment.