[llvm] [libc] add multi-platform pre-commit github actions (PR #119104)

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 9 19:02:06 PST 2024


================
@@ -0,0 +1,76 @@
+# This workflow is for pre-commit testing of the LLVM-libc project.
+name: LLVM-libc Pre-commit Fullbuild Tests
+
----------------
tstellar wrote:

Can you add:
```
permissions:
  contents: read
```

To each new file you've added.  This is standard best practices for GitHub actions definitions. 

https://github.com/llvm/llvm-project/pull/119104


More information about the llvm-commits mailing list