Skip to content

Bump androidx.annotation:annotation from 1.3.0 to 1.9.1 in /tasker-plugin #637

Bump androidx.annotation:annotation from 1.3.0 to 1.9.1 in /tasker-plugin

Bump androidx.annotation:annotation from 1.3.0 to 1.9.1 in /tasker-plugin #637

Workflow file for this run

name: Lint
on:
pull_request:
branches: [main]
push:
branches: [main]
tags:
- '*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
- name: Spotless
uses: gradle/gradle-build-action@v2
with:
# Only write to the cache for builds on the 'main' branch.
# Builds on other branches will only read existing entries from the cache.
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
arguments: spotlessCheck