trustgraph/.github/workflows/pull-request.yaml
cybermaggedon dda29bb663
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
2024-10-04 17:28:07 +01:00

20 lines
222 B
YAML

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