Workflows (#105)

* Some basic structure for workflows
* Add PyPI publication for 0.12
* Bump version
* Test bundle generation
* Install jsonnet
* Use release action to automate release creation
This commit is contained in:
cybermaggedon 2024-10-04 17:28:07 +01:00 committed by GitHub
parent 222dc9982c
commit dda29bb663
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 106 additions and 1 deletions

20
.github/workflows/pull-request.yaml vendored Normal file
View file

@ -0,0 +1,20 @@
name: Test pull request
on:
pull_request:
permissions:
contents: read
jobs:
container-push:
name: Do nothing
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3