Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/development' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
felixriehm committed Mar 16, 2024
2 parents 08e1837 + a1669d1 commit 00d06b4
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Bloxberg.org certification

on:
pull_request:
push:
branches:
- development
- staging
- production

permissions:
contents: read

jobs:
certify-code:
name: Certify code on bloxberg.org
runs-on: ubuntu-latest

steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4

- name: Bloxberg certifier
id: bloxberg-certifier
uses: bloxberg-org/[email protected]
with:
authorName: Max Planck Digital Library
researchTitle: ${{github.repository}} ${{github.ref_type}} ${{github.ref}} ${{github.sha}}

- name: Print certification
id: output
run: echo -e "\nYour git branch has been successfully certified by bloxberg. To verify it you can copy paste the following into a json file and verify it on certify.bloxberg.org:\n\n##########\n" && echo "${{ steps.bloxberg-certifier.outputs.certificateVerification }}" && echo -e "\n##########"

0 comments on commit 00d06b4

Please sign in to comment.