Skip to content

chore(deps): update plugin buildconfig to v6.0.7 #2015

chore(deps): update plugin buildconfig to v6.0.7

chore(deps): update plugin buildconfig to v6.0.7 #2015

Workflow file for this run

name: Validation
on:
push:
branches:
- main
paths-ignore:
- 'tools/idea-plugin/CHANGELOG.md'
- 'gradle.properties'
pull_request:
paths-ignore:
- 'tools/idea-plugin/CHANGELOG.md'
- 'gradle.properties'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run linkspector
uses: umbrelladocs/action-linkspector@v1
with:
reporter: github-pr-check
fail_on_error: true
filter_mode: nofilter
fail_level: any
build:
strategy:
matrix:
# os: [ ubuntu-latest, windows-latest ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
- name: Setup Java
uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 21
- uses: gradle/actions/setup-gradle@v5
with:
cache-disabled: true
- name: Run build
run: ./gradlew build