chore: clean up repository (#96)

* chore: clean up repository

* Fix message spec node lookup for numeric IDs (#98)

* Fix message spec node lookup for numeric IDs

* run rufo

* Fix message node fallback lookup (#99)
This commit is contained in:
l5y
2025-09-16 15:25:12 +02:00
committed by GitHub
parent 1beb343501
commit 3edf60c625
16 changed files with 7753 additions and 6890 deletions

View File

@@ -1,6 +1,3 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
name: Python
on:
@@ -13,7 +10,7 @@ permissions:
contents: read
jobs:
build:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5