Skip to content
View UberMetroid's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report UberMetroid

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
UberMetroid/README.md

UberMetroid


Necrometer


The Necrometer Ward

Carve the necrometer into your README daily:

# .github/workflows/necrometer.yml
name: necrometer
on:
  schedule: [{cron: "17 6 * * *"}]   # daily
  workflow_dispatch:
permissions: { contents: write }
jobs:
  necrometer:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: necrometer-dev/necrometer-action@v1
        with:
          token: ${{ secrets.NECRO_TOKEN || secrets.GITHUB_TOKEN }}
[![Necrometer](necrometer.svg)](https://necrometer.dev/?u=UberMetroid)

Pinned Loading

  1. openOODA/openOODA openOODA/openOODA Public

    Strategic governance, RFCs, and the 23 laws governing the openOODA systems language.

    C

  2. idlescreen/idlescreen idlescreen/idlescreen Public

    Modular Wayland screensavers for Linux — idlescreen router + product package

    Rust