ci: try namespace

This commit is contained in:
Mitchell Hashimoto
2024-02-10 13:36:09 -08:00
parent e44338b1c0
commit 5ad1dab3cc

View File

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