edelooff / sqlalchemy-json

Full-featured JSON type with mutation tracking for SQLAlchemy
http://variable-scope.com/posts/mutation-tracking-in-nested-json-structures-using-sqlalchemy
BSD 2-Clause "Simplified" License
189 stars 34 forks source link

use GitHub Actions to run tests automatically #43

Closed FelixSchwarz closed 1 year ago

FelixSchwarz commented 1 year ago

After merging this you might want to go to repo settings / Actions for configuration regarding allowed actions.

Personally I often use

edelooff commented 1 year ago

Thanks for setting this up and the suggestions (and rationale) on the configuration. A bit surprising that by default they'll provide read/write permissions to the token, but the descriptions at least are helpful.

FelixSchwarz commented 1 year ago

A bit surprising that by default they'll provide read/write permissions to the token,

I was wondering about this as well. Thank you for merging this so quickly and thank you for your project, I'm glad to give something back.