mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-31 12:37:45 +00:00
fix: pr workflow
This commit is contained in:
parent
e861bad688
commit
9cf0fc12fa
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pr.yaml
vendored
4
.github/workflows/pr.yaml
vendored
|
@ -9,12 +9,12 @@ concurrency:
|
|||
group: ${{ github.actor }}
|
||||
jobs:
|
||||
test:
|
||||
container:
|
||||
image: nixos/nix:latest
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Clone
|
||||
uses: actions/checkout@v2
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v15
|
||||
- name: Build
|
||||
run: |
|
||||
nix build --print-build-logs -v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue