Skip to content

Commit 0343799

Browse files
committed
.github: enable linter for example contracts
Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
1 parent 456f4fc commit 0343799

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ jobs:
1616
lint:
1717
name: Lint
1818
uses: nspcc-dev/.github/.github/workflows/go-linter.yml@master
19+
20+
examples_lint:
21+
name: Lint for examples
22+
uses: nspcc-dev/.github/.github/workflows/go-linter.yml@master
23+
with:
24+
workdir: examples
25+
1926
gomodcheck:
2027
name: Check internal dependencies
2128
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)