Skip to content

Fixing the UI: a lot of things broke in the Material3 upgrade #2896

Fixing the UI: a lot of things broke in the Material3 upgrade

Fixing the UI: a lot of things broke in the Material3 upgrade #2896

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@v4
with:
distribution: 'zulu'
java-version: '17'
- run: ./gradlew lint