From 944d3b557c103c93f157ed578fe7901748da6d2c Mon Sep 17 00:00:00 2001 From: Chris Campbell Date: Mon, 16 Oct 2023 10:12:30 +1100 Subject: [PATCH] Pin ls-lint to working version We can bump the version once this following issue has been resolved: https://github.com/loeffel-io/ls-lint/issues/163 --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index c1be9323cc..724f19c3d3 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -109,7 +109,7 @@ steps: image: "public.ecr.aws/docker/library/node:lts-alpine3.14" - label: ":snake: Linting markdown files for snake case" - command: npx -y @ls-lint/ls-lint + command: npx -y @ls-lint/ls-lint@2.1.0 plugins: - docker#v3.7.0: image: "public.ecr.aws/docker/library/node:lts-alpine3.14"