Skip to content

Introduced ActivityType is now non-localized (i.e., English) value #2282

Introduced ActivityType is now non-localized (i.e., English) value

Introduced ActivityType is now non-localized (i.e., English) value #2282

Workflow file for this run

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