mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-06-12 11:01:19 -07:00
fix compacted YAML in .github/workflows/qc.yaml (not allowed by formatter)
This commit is contained in:
@@ -27,9 +27,12 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: cachix/install-nix-action@v30
|
||||
with: nix_path: nixpkgs=channel:nixos-26.05
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-26.05
|
||||
- uses: cachix/cachix-action@v17
|
||||
with: name: rosenpass authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
|
||||
with:
|
||||
name: rosenpass
|
||||
rosenpass authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
|
||||
- name: run nix format
|
||||
run: nix fmt -- --fail-on-change
|
||||
|
||||
|
||||
Reference in New Issue
Block a user