Skip to content

Moved from reflections to spring beans to detect jobs (#7) #57

Moved from reflections to spring beans to detect jobs (#7)

Moved from reflections to spring beans to detect jobs (#7) #57

Workflow file for this run

name: Verify
on:
pull_request:
workflow_call:
push:
branches: ['**']
# Don't run on tags, publish will call this workflow
tags-ignore: ['**']
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup java
uses: actions/setup-java@v4
with:
java-version: "21"
architecture: x64
distribution: oracle
cache: 'gradle'
- name: Lint
run: ./gradlew lintKotlin