This repo provides org-wide defaults for all lErrorl404l projects.
profile/README.md— Org landing page (github.com/lErrorl404l).github/CODEOWNERS— Default ownership for all repos.github/workflows/rust-addon-ci.yml— Reusable CI for Rust + Arma addon projectsarma-mod-template/— Template for new Arma 3 mod projects
In your repo's .github/workflows/ci.yml:
jobs:
ci:
uses: lErrorl404l/.github/.github/workflows/rust-addon-ci.yml@main
with:
crate-name: my-mod
crate-path: extension
rust-cross: trueOption A — Use the template: Clone arma-mod-template/ and push as a new repo.
Option B — Use the checklist:
-
.editorconfigfrom this repo -
.gitattributeswithlinguist-language=SQF -
.github/dependabot.yml -
.github/CODEOWNERS(org default applies automatically) - Branch protection on
main(Settings → Branches) - Enable Discussions + Issues in repo settings
- Add topics in repo settings