Skip to content

Commit

Permalink
Skipped lint for some docs.
Browse files Browse the repository at this point in the history
Signed-off-by: bwplotka <bwplotka@gmail.com>
  • Loading branch information
bwplotka committed Nov 22, 2023
1 parent fecb64c commit ebdeb0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- run: make GO_ONLY=1 SKIP_GOLANGCI_LINT=1
- run: go test ./tsdb/ -test.tsdb-isolation=false
- run: GOARCH=386 go test ./cmd/prometheus
- run: make -C documentation/examples/remote_storage
# NOTE(bwplotka): Linting some example code can be skipped, somehow fetching golangci-lint fails for our fork.
- run: make SKIP_GOLANGCI_LINT=1 -C documentation/examples/remote_storage
- run: make -C documentation/examples
- uses: ./.github/actions/check_proto
with:
Expand Down

0 comments on commit ebdeb0c

Please sign in to comment.