Skip to content

Commit cff9827

Browse files
authored
Merge pull request #1 from kindlyops/elliot/bdist
2 parents e4235fc + ab842c1 commit cff9827

File tree

248 files changed

+36682
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

248 files changed

+36682
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
name: CI
3-
on:
4-
pull_request:
5-
branches:
6-
- master
3+
on: [pull_request]
74

85
jobs:
96
build:

.github/workflows/lint.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: lint reviewdog
1+
name: fast lint checks
22
on: [pull_request]
33
jobs:
44
shellcheck:
@@ -25,4 +25,12 @@ jobs:
2525
with:
2626
reporter: github-pr-review
2727
github_token: ${{ secrets.github_token }}
28-
config: .golangci.yml
28+
golangci_lint_flags: "--config=.golangci.yml"
29+
verify-labels:
30+
name: verify labels
31+
runs-on: ubuntu-latest
32+
steps:
33+
- uses: jesusvasquez333/[email protected]
34+
with:
35+
github-token: '${{ secrets.GITHUB_TOKEN }}'
36+
valid-labels: 'bug, feature, security, maintenance'

bdist/.gitkeep

Whitespace-only changes.

vendor/github.com/bazelbuild/rules_go/AUTHORS

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/bazelbuild/rules_go/CONTRIBUTORS

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/bazelbuild/rules_go/LICENSE.txt

Lines changed: 202 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/bazelbuild/rules_go/go/tools/bazel/BUILD.bazel

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/bazelbuild/rules_go/go/tools/bazel/bazel.go

Lines changed: 39 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/bazelbuild/rules_go/go/tools/bazel/empty.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)