workflows: enable lint for interop package

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
This commit is contained in:
Anna Shaleva 2024-10-09 18:21:53 +03:00
parent 9fb291d5df
commit 25b353c9f8

View file

@ -35,6 +35,12 @@ jobs:
with:
workdir: scripts
lint_interops:
name: 'Lint: interop'
uses: nspcc-dev/.github/.github/workflows/go-linter.yml@master
with:
workdir: pkg/interop
gomodcheck:
name: Check internal dependencies
runs-on: ubuntu-latest