Skip to content

refactor: apply editorial changes #73

refactor: apply editorial changes

refactor: apply editorial changes #73

Workflow file for this run

name: Check Pull Request
on:
pull_request:
branches: [ main ]
types: [opened, edited, synchronize, reopened]
jobs:
trigger-workflow:
uses: eclipse-dataspace-protocol-base/.github/.github/workflows/scan-pr-title.yml@main
run-tests:
name: gradle
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-java
- name: run
run: |
cd artifacts
chmod +x ./gradlew
./gradlew build