mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-18 03:00:23 +00:00
nix: install prettier, also ignore zig-cache/out
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -101,6 +101,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4 # Check out repo so we can lint it
|
||||
- uses: actionsx/prettier@v3
|
||||
- uses: cachix/install-nix-action@v23
|
||||
with:
|
||||
args: --check .
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- name: prettier check
|
||||
run: nix develop -c prettier --check .
|
||||
|
||||
Reference in New Issue
Block a user