mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
ci: try namespace
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -210,7 +210,7 @@ jobs:
|
|||||||
run: nix develop -c zig build -Dstatic=false
|
run: nix develop -c zig build -Dstatic=false
|
||||||
|
|
||||||
prettier:
|
prettier:
|
||||||
runs-on: ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-sm
|
runs-on: namespace-profile-default
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4 # Check out repo so we can lint it
|
- uses: actions/checkout@v4 # Check out repo so we can lint it
|
||||||
- uses: cachix/install-nix-action@v24
|
- uses: cachix/install-nix-action@v24
|
||||||
@ -224,7 +224,7 @@ jobs:
|
|||||||
run: nix develop -c prettier --check .
|
run: nix develop -c prettier --check .
|
||||||
|
|
||||||
alejandra:
|
alejandra:
|
||||||
runs-on: ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-sm
|
runs-on: namespace-profile-default
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4 # Check out repo so we can lint it
|
- uses: actions/checkout@v4 # Check out repo so we can lint it
|
||||||
- uses: cachix/install-nix-action@v24
|
- uses: cachix/install-nix-action@v24
|
||||||
|
Reference in New Issue
Block a user