Initial attempt with CI

This commit is contained in:
Carl Pearson
2024-07-09 09:56:15 -06:00
commit 6e8e1d1b5c
4 changed files with 133 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
#
```bash
podman build -f clang-format-16.dockerfile -t clang-format-16:latest
podman build -f clang-format-8.dockerfile -t clang-format-8:latest
```
## Deploy
1. Create a "personal access token (classic)" with `write:packages`
* account > settings > developer settings > personal access tokens
2. Put that personal access token as the repository secret `GHCR_TOKEN`.