Carl Pearson a186fbba09
All checks were successful
Deploy to git.carlpearson.net / Build & Publish 0.6.13 (push) Successful in 1m26s
gitea ci
Signed-off-by: Carl Pearson <pearson@Mac.local>
2026-01-17 15:01:56 -07:00
2026-01-17 15:01:56 -07:00
2024-09-30 13:13:37 -06:00
2024-09-30 13:44:32 -06:00
2024-10-29 11:17:35 -06:00

cmake-format

Quick Run

cd your/source/tree
podman run --rm -v "${PWD}":/src ghcr.io/cwpearson/cmake-format:0.6.13 cmake-format ...

Inside the container, the working directory is /src, we use the volume mount to map the host working directory ${PWD} into /src: -v "${PWD}"/src.

Building the Image Locally

podman build -f cmake-format-0.6.13.dockerfile -t cmake-format:0.6.13
podman run --rm -v "${PWD}":/src cmake-format:0.6.13 cmake-format ...

Deploy

  1. Create a "personal access token (classic)" with write:packages
  • account > settings > developer settings > personal access tokens
  1. Put that personal access token as the repository secret GHCR_TOKEN.
Description
No description provided
Readme GPL-3.0 53 KiB
Languages
Dockerfile 66.6%
Shell 33.4%