Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ jobs:
persist-credentials: false
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.2.2
with:
version: 2025.5.5
- name: Run acceptance tests
run: ./scripts/run-acceptance-tests.sh ${{ github.event.pull_request.head.sha }}
2 changes: 2 additions & 0 deletions .github/workflows/lint-rest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ jobs:
persist-credentials: false
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.2.2
with:
version: 2025.5.5
- name: Lint
run: mise run lint-rest
35 changes: 0 additions & 35 deletions mise.lock

This file was deleted.

16 changes: 6 additions & 10 deletions mise.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[tools]
"cargo:zizmor" = "latest"
go = "latest"
"go:github.com/grafana/oats" = "latest"
go = "1.24.3"
"go:github.com/grafana/oats" = "0.3.1"
java = "temurin-21.0.7+6.0.LTS"
lychee = "latest"
markdownlint-cli2 = "latest"
lychee = "0.18.1"
markdownlint-cli2 = "0.18.1"
rust = "stable"

[tasks.lint]
Expand All @@ -16,15 +15,12 @@ run = "markdownlint-cli2 --fix ."
[tasks.lint-links]
run = "lychee --cache --include-fragments ."

[tasks.lint-gh-actions]
run = "zizmor .github/"

[tasks.lint-all]
depends = ["lint", "lint-links"]

[tasks.lint-rest]
description = "All lints not covered by super linter"
depends = ["lint-links", "lint-gh-actions"]
depends = ["lint-links"]

[tasks.test]
description = "Run integration tests"
Expand Down Expand Up @@ -52,5 +48,5 @@ run = "kubectl port-forward service/lgtm 3000:3000 4317:4317 4318:4318"
run = './build-lgtm.sh {{arg(name="tag", default="latest")}}'

[settings]
# to get lock file support and for go backend
# for go backend
experimental = true