Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
takeokunn committed Dec 30, 2024
1 parent 6b78da4 commit ea9dc98
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand Down

0 comments on commit ea9dc98

Please sign in to comment.