twoolie / NBT

Python Parser/Writer for the NBT file format, and it's container the RegionFile.
MIT License
361 stars 74 forks source link

Configure github actions #179

Closed SupraSummus closed 10 months ago

SupraSummus commented 10 months ago

related to #178

twoolie commented 10 months ago

Thanks for getting this set up. I'd like to see the workflow run before merging. Do you need to push another commit to trigger it?

SupraSummus commented 10 months ago

The workflow is triggered only on push. It is not triggered on PR. However it may be configured to run on PR also.

You may test the workflow by pushing this commit to some branch (for example ci). Or you may check how it looks at my fork: https://github.com/SupraSummus/NBT/actions/runs/6699642071

twoolie commented 10 months ago

Cool, looks good to me then.