https://github.com/maximousblk/mill
Set of GitHub Actions for me to build my favorite projects.
https://github.com/maximousblk/mill
deno github-actions golang rust
Last synced: 4 months ago
JSON representation
Set of GitHub Actions for me to build my favorite projects.
- Host: GitHub
- URL: https://github.com/maximousblk/mill
- Owner: maximousblk
- Created: 2021-01-01T13:29:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-09-12T09:09:53.000Z (10 months ago)
- Last Synced: 2025-09-12T11:26:20.227Z (10 months ago)
- Topics: deno, github-actions, golang, rust
- Homepage:
- Size: 110 KB
- Stars: 9
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
# mill
Set of GitHub Actions for me to build my favorite projects.
I had this set up in a private repo earlier but even though I rarely used it, long build times for some projects drained the 2000 minute quota very fast. So I decided to make this more presentable and make it public to ~~cheat~~ avoid the usage limit.
## Usage
You can [Use this template](https://github.com/maximousblk/mill/generate) to create a fresh setup.
1. Got to the Actions tab
2. Select the language of your project
3. Click on the `Run Workflow ▼` dropdown
4. Fill out the form and click `Run Workflow`
All the builds will be available as releases.
List supported Languages:
- [x] Zig
- [x] Rust
- [x] Go
- [x] Deno
- [x] Docker
- [ ] Cmake (C/C++)
- [ ] Arbitrary Build Command
Some projects may not build properly if they require a special build process or environment.
## License
The contents of this repository are licensed under [The MIT License](./.github/LICENSE).