Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 907 Bytes

File metadata and controls

26 lines (19 loc) · 907 Bytes

8080

Central configuration and community health files for 8080.

What's inside

File Purpose
CODE_OF_CONDUCT.md Standards for community interactions
SECURITY.md Security vulnerability reporting policy
SUPPORT.md How to get help
CONTRIBUTING.md Contribution guidelines
profile/README.md Organization profile README
workflows/ Reusable GitHub Actions workflows

Reusable Workflows

Workflows in workflows/ can be referenced by any repository in the organization:

jobs:
  ci:
    uses: eighty-eighty/.github/workflows/ci.yml@main

See each workflow's header comment for configuration options.