Skip to content

Commit

Permalink
Problem: store submodule is not checked by lint (#1066)
Browse files Browse the repository at this point in the history
* Problem: store submodule is not checked by lint

* use macos-12

* Revert "use macos-12"

This reverts commit e1234ab.
  • Loading branch information
mmsqe authored Jun 16, 2023
1 parent 926000f commit 125d1e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
golangci-lint run --out-format=github-actions --path-prefix=./versiondb --timeout 10m --build-tags $BUILD_TAGS
cd ../memiavl
golangci-lint run --out-format=github-actions --path-prefix=./memiavl --timeout 10m --build-tags $BUILD_TAGS
cd ../store
golangci-lint run --out-format=github-actions --path-prefix=./store --timeout 10m --build-tags $BUILD_TAGS
# Check only if there are differences in the source code
if: steps.changed-files.outputs.any_changed == 'true'

Expand Down

0 comments on commit 125d1e2

Please sign in to comment.