ci: prettier/alejandra do not push to cachix

This commit is contained in:
Mitchell Hashimoto
2024-02-10 17:02:14 -08:00
parent 8456e9d7f7
commit 18fdef3160

View File

@ -220,6 +220,8 @@ jobs:
with:
name: ghostty
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
skipPush: true
useDaemon: false # sometimes fails on short jobs
- name: prettier check
run: nix develop -c prettier --check .
@ -234,5 +236,7 @@ jobs:
with:
name: ghostty
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
skipPush: true
useDaemon: false # sometimes fails on short jobs
- name: alejandra check
run: nix develop -c alejandra --check .