-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,15 +14,12 @@ jobs: | |
uses: actions/checkout@v4 | ||
- name: prepare nix | ||
uses: cachix/install-nix-action@v30 | ||
# update | ||
# - name: Run nvfetcher | ||
# run: nix run nixpkgs#nvfetcher | ||
- name: Run nvfetcher | ||
run: nix run nixpkgs#nvfetcher -j 10 | ||
- name: Run flake update | ||
run: nix flake update | ||
# fmt | ||
- name: Run fmt | ||
run: nix fmt | ||
# git push | ||
- name: Commit changes | ||
run: | | ||
git config --global user.email "[email protected]" | ||
|