Skip to content

Commit 8b8e075

Browse files
committed
feat: update update-readme workflow
1 parent 071bced commit 8b8e075

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/update-readme.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ jobs:
2323
experimental-features = nix-command flakes
2424
2525
- name: Update package documentation
26-
run: |
27-
# Run mdsh to update the README
28-
nix run nixpkgs#mdsh -- --input README.md --output README.md
26+
run: nix run nixpkgs#mdsh -- --input README.md --output README.md
27+
28+
- name: Format code
29+
run: nix fmt
2930

3031
- name: Check for changes
3132
id: check-changes
@@ -53,3 +54,6 @@ jobs:
5354
delete-branch: true
5455
signoff: true
5556
sign-commits: true
57+
labels: |
58+
documentation
59+
automated

0 commit comments

Comments
 (0)