Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lErrorl404l — Org Standards

This repo provides org-wide defaults for all lErrorl404l projects.

Contents

  • 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 projects
  • arma-mod-template/ — Template for new Arma 3 mod projects

Using the Reusable CI

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: true

Creating a New Repo

Option A — Use the template: Clone arma-mod-template/ and push as a new repo.

Option B — Use the checklist:

  • .editorconfig from this repo
  • .gitattributes with linguist-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

About

Organization-wide defaults for lErrorl404l projects

Resources

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors