Skip to content

surround AppleScript commands with quotes #5

surround AppleScript commands with quotes

surround AppleScript commands with quotes #5

Workflow file for this run

name: Java CI with Gradle
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Build JAR
run: |
chmod +x ./gradlew
./gradlew build