ci: temporarily disable the linter on automatic updates

This commit is contained in:
Jared Allard 2024-02-20 16:56:35 -08:00
parent 555244b7bf
commit 78b46e5de5
Signed by: jaredallard
SSH key fingerprint: SHA256:wyRyyv28jBYw8Yp/oABNPUYvbGd6hyZj23XVXEm5G/U

View file

@ -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: