Skip to content

add icon pack for Font Awesome 6 (version 6.5.2) #11

add icon pack for Font Awesome 6 (version 6.5.2)

add icon pack for Font Awesome 6 (version 6.5.2) #11

Workflow file for this run

name: Build
on:
pull_request:
jobs:
build:
name: Build
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
if: startsWith(github.event.head_commit.message, 'Releasing version') != true
steps:
- uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: ${{ vars.JAVA_VERSION }}
distribution: ${{ vars.JAVA_DISTRO }}
cache: gradle
- name: Build
run: ./gradlew build -S