Skip to content

Commit

Permalink
Publish aignas/[email protected] (#1067)
Browse files Browse the repository at this point in the history
Co-authored-by: Ignas Anikevicius <[email protected]>
  • Loading branch information
publish-to-bcr-bot[bot] and aignas authored Oct 27, 2023
1 parent 05a9a12 commit 1946830
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
15 changes: 15 additions & 0 deletions modules/rules_shellcheck/0.2.4/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module(
name = "rules_shellcheck",
version = "0.2.4",
compatibility_level = 1,
)

bazel_dep(name = "platforms", version = "0.0.7")

deps = use_extension("//internal:extensions.bzl", "shellcheck_dependencies")
use_repo(
deps,
"shellcheck_darwin_amd64",
"shellcheck_linux_amd64",
"shellcheck_linux_arm64",
)
11 changes: 11 additions & 0 deletions modules/rules_shellcheck/0.2.4/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
bcr_test_module:
module_path: "examples/bzlmod"
matrix:
platform: ["debian10", "macos", "ubuntu2004"]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
test_targets:
- "//..."
5 changes: 5 additions & 0 deletions modules/rules_shellcheck/0.2.4/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "sha256-L/GCay6OCjQ/eSZ8HO1fN7r64g3knUiX9WNmojE59Lg=",
"strip_prefix": "",
"url": "https://github.com/aignas/rules_shellcheck/releases/download/0.2.4/rules_shellcheck-0.2.4.tar.gz"
}
17 changes: 17 additions & 0 deletions modules/rules_shellcheck/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"homepage": "https://github.com/aignas/rules_shellcheck",
"maintainers": [
{
"email": "[email protected]",
"github": "aignas",
"name": "Ignas Anikevicius"
}
],
"repository": [
"github:aignas/rules_shellcheck"
],
"versions": [
"0.2.4"
],
"yanked_versions": {}
}

0 comments on commit 1946830

Please sign in to comment.