Skip to content

chore: migrate to IntelliJ Platform Gradle Plugin (2.x) #76

chore: migrate to IntelliJ Platform Gradle Plugin (2.x)

chore: migrate to IntelliJ Platform Gradle Plugin (2.x) #76

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
with:
java-version: 17
distribution: adopt
cache: 'gradle'
- name: 🧱 Build the theme
run: make