Skip to content

Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0 (#509) #1173

Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0 (#509)

Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0 (#509) #1173

Workflow file for this run

name: Linting
on:
push:
pull_request_target:
jobs:
analyse:
name: Analyse
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
- run: ./gradlew lint