From 78b46e5de51d718fb1b3a0ab033e391b5df770da Mon Sep 17 00:00:00 2001 From: Jared Allard Date: Tue, 20 Feb 2024 16:56:35 -0800 Subject: [PATCH] ci: temporarily disable the linter on automatic updates --- .github/workflows/update.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 66b894e..04d8558 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -29,8 +29,9 @@ jobs: docker pull ghcr.io/jaredallard/overlay:updater - name: Run updater run: mise run update - - name: Run linter - run: mise run lint + # TODO(jaredallard): Re-enable once the updater keeps the existing Manifest. + #- name: Run linter + # run: mise run lint - uses: planetscale/ghcommit-action@v0.1.6 if: github.event_name != 'pull_request' with: