Skip to content

ci(release): improve JAR artifact upload with checksums #113

ci(release): improve JAR artifact upload with checksums

ci(release): improve JAR artifact upload with checksums #113

Workflow file for this run

# This workflow will build a Java project and Run PMD against Best Practices
name: PMD Best Practices
on:
push:
branches: [ main, proceeding, betterment ]
pull_request:
branches: [ main, proceeding, betterment ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup asdf and install tools
uses: asdf-vm/actions/install@v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v5
- name: Run PMD on sources
run: ./gradlew pmdMain