Skip to content

Commit

Permalink
gha check
Browse files Browse the repository at this point in the history
  • Loading branch information
appaquet committed Sep 19, 2024
1 parent 77b6e8a commit a93f2cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-check.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: "Push checker"

# TODO: nixpkgs-fmt --check .

on:
pull_request:
push:
Expand All @@ -17,7 +15,9 @@ jobs:
experimental-features = nix-command flakes
access-tokens = github.com=${{ secrets.GH_PAT }}
github-token: ${{ secrets.GH_PAT }}
- run: ./x fmt --check
- run: |
nix-env -iA nixpkgs-fmt
./x fmt --check
home_check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a93f2cd

Please sign in to comment.