Skip to content

Print Delomboked Sources #2

Print Delomboked Sources

Print Delomboked Sources #2

name: Print Delomboked Sources
on:
workflow_dispatch:
# no inputs needed here
jobs:
delombok-and-print:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Cache Maven packages
uses: actions/cache@v3
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Run Delombok
uses: sleberknight/[email protected]
- name: Print the Delomboked code
uses: sleberknight/[email protected]