Skip to content

Commit

Permalink
workflows: enable lint for interop package
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Shaleva <[email protected]>
  • Loading branch information
AnnaShaleva committed Oct 9, 2024
1 parent dabfb61 commit 8c05feb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c05feb

Please sign in to comment.