Skip to content

Commit

Permalink
Revert "ci: Add nixd / nixf-tidy"
Browse files Browse the repository at this point in the history
nixf-tidy only works for pull requests.
  • Loading branch information
donovanglover committed Aug 4, 2024
1 parent 8f15d85 commit 1e0c145
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,3 @@ jobs:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- run: nix run nixpkgs#statix check
nixd:
name: nixf-tidy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- run: nix profile install github:nix-community/nixd#nixd
- uses: inclyc/nixf-tidy-action@v1

2 comments on commit 1e0c145

@inclyc
Copy link

@inclyc inclyc commented on 1e0c145 Aug 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, currently it is not yet very tested.

@donovanglover
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No worries. I was able to write my own script with the docs in the repo. Thanks for making nixd!

Please sign in to comment.