Generic safety cleanup (#22)

* create checksum system for versioning
* minor changes to CI
* dart ffi cleanup
* update checksums
This commit is contained in:
cyan
2024-07-30 17:46:55 +02:00
committed by GitHub
parent 3b9928a665
commit 373588247b
26 changed files with 375 additions and 20 deletions

View File

@@ -1,7 +1,5 @@
name: Check if dart bindings are in sync
on:
pull_request:
types: [opened, reopened, synchronize]
on: [push]
permissions:
issues: write
pull-requests: write
@@ -30,6 +28,7 @@ jobs:
exit 1
fi
- name: Create or update comment
continue-on-error: true
if: failure()
uses: peter-evans/create-or-update-comment@v4
with: