Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

prepare Codeberg migration on GitHub #3378

prepare Codeberg migration on GitHub

prepare Codeberg migration on GitHub #3378

Workflow file for this run

name: Linting
on:
push:
pull_request:
jobs:
analyse:
name: Analyse
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v5
with:
fetch-tags: true
fetch-depth: 0 #TODO See https://github.com/actions/checkout/issues/1471
- uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '17'
- run: ./gradlew lint