Initial Commit
Some checks failed
Lint Codebase / Lint Codebase (push) Has been cancelled
Continuous Integration / GitHub Actions Test (push) Failing after 20s
Check Transpiled JavaScript / Check dist/ (push) Successful in 1m9s
Continuous Integration / TypeScript Tests (push) Successful in 1m17s

This commit is contained in:
2024-11-17 11:50:58 +13:00
commit 06249bf357
34 changed files with 37991 additions and 0 deletions

28
README.md Normal file
View File

@@ -0,0 +1,28 @@
# Setup Clang
Setup Clang for GitHub Actions
## Usage
Latest Clang Version
```yaml
steps:
- name: Install Clang
uses: https://git.119.224.65.18.sslip.io/siteorg/setup-clang@v1
```
Specific Clang Version
```yaml
steps:
- name: Install Clang
uses: https://git.119.224.65.18.sslip.io/siteorg/setup-clang@v1
with:
clang-version: 18.1.8
```
## License
This projected is licensed under the MIT License, see [LICENSE](LICENSE) for
details.