Skip to content

Platforms Table and docs #1

Platforms Table and docs

Platforms Table and docs #1

Workflow file for this run

name: Check PR Labels
on:
pull_request:
permissions:
contents: read
jobs:
verify-platforms-table:
name: Verify Platforms Table
runs-on: ubuntu-latest
steps:
- name: Checkout Sources
uses: actions/checkout@v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Check Platforms Table
run: ./gradlew verifyPlatformsTable --no-configuration-cache