Skip to content

Skip CI for documentation-only changes #38

Skip CI for documentation-only changes

Skip CI for documentation-only changes #38

Workflow file for this run

name: build
on:
push:
paths-ignore:
- '**/*.md'
- 'docs/**'
- '.gitignore'
- 'LICENSE-APACHE'
- 'LICENSE-MIT'
- 'funding.json'
- '.github/ISSUE_TEMPLATE/**'
pull_request:
paths-ignore:
- '**/*.md'
- 'docs/**'
- '.gitignore'
- 'LICENSE-APACHE'
- 'LICENSE-MIT'
- 'funding.json'
- '.github/ISSUE_TEMPLATE/**'
jobs:
gradle:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
- name: Install and run ipfs
run: ./install-run-ipfs.sh
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Setup Android SDK
uses: android-actions/setup-android@v3
with:
cmdline-tools-version: 8512546
- name: Execute Gradle build
run: ./gradlew -s build dokkaJar