base-d 3.0.34

Universal base encoder: Encode binary data to 33+ dictionaries including RFC standards, hieroglyphs, emoji, and more
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# wake up, neo.
name: wake up.

on:
  push:
    branches: [main]
  pull_request:
    branches: [main]
    types: [opened, synchronize, reopened, ready_for_review]

permissions:
  contents: write

jobs:
  ci:
    uses: coryzibell/nebuchadnezzar/.github/workflows/wake-up.yml@v1
    secrets:
      GH_PAT: ${{ secrets.GH_PAT }}