From 4ab40fa36dea54d0f632ef0ae7ed792077809fae Mon Sep 17 00:00:00 2001 From: philmcmahon Date: Wed, 9 Oct 2024 17:32:47 +0100 Subject: [PATCH] Remove broken lint step --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5a25a1b..58e6444 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,7 +42,6 @@ jobs: - name: CDK synth run: | npm run cdk::build - npm run cdk::lint npm run cdk::synth - name: Upload to riff-raff uses: guardian/actions-riff-raff@v4