Skip to content

Commit

Permalink
CI: Remove run-cmake-format action
Browse files Browse the repository at this point in the history
cmake-format was replaced with gersemi in
19d3e30 and this action is now unused
(and wouldn't work anymore anyways due to the removal of the
./build-aux/run-cmake-format script).

This commit includes build-aux README fix-ups where the now nonexistent
run-cmake-format script was mentioned and the run-gersemi script was
misspelled.
  • Loading branch information
gxalpha authored and RytoEX committed Sep 12, 2024
1 parent 922e2cc commit a5ebb05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 61 deletions.
59 changes: 0 additions & 59 deletions .github/actions/run-cmake-format/action.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions build-aux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This folder contains:
- Various formatting scripts:
- `run-clang-format` which formats C/C++/ObjC/ObjC++ files
- `run-cmake-format` which formats CMake files
- `run-gersemi` which formats CMake files
- `run-swift-format` which formats Swift files
- `format-manifest.py` which formats Flatpak manifest JSON files
- The Flatpak manifest used to build OBS Studio
Expand All @@ -23,7 +23,7 @@ Example of use:
./build-aux/run-clang-format
```

### `run-gersemi-format`
### `run-gersemi`

This script allows to check the formatting and/or format of the CMake files and requires ZSH and `gersemi` Python package.

Expand Down

0 comments on commit a5ebb05

Please sign in to comment.