Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
# TODO: There are (small) diffs between cfbs pretty and prettier
# https://northerntech.atlassian.net/browse/CFE-4571
cfengine dev docs-format
cfengine dev format-docs
- name: Check if there are changes
run: |
git diff --exit-code
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ npm install --global prettier
And run the command:

```
cfengine dev docs-format
cfengine dev format-docs
```

## Documentation structure
Expand Down