Skip to content

Bump EndBug/add-and-commit from 9.1.1 to 9.1.3 #1435

Bump EndBug/add-and-commit from 9.1.1 to 9.1.3

Bump EndBug/add-and-commit from 9.1.1 to 9.1.3 #1435

Workflow file for this run

name: Compatibility
on:
pull_request:
branches:
- master
push:
branches:
- master
schedule:
- cron: '0 0 * * *'
jobs:
compatibility:
name: Compatibility with lowest version and latest EAP
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 11.x.x
- uses: actions/cache@v3
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Cache verifier IDEs
uses: actions/cache@v3
with:
path: ~/.pluginVerifier/ides
key: ${{ runner.os }}-plugin-verifier
- name: Build the plugin using Gradle
run: ./gradlew runPluginVerifier -Pplugin.verifier.home.dir=~/.pluginVerifier