Skip to content

Cleanup dependencies #32

Cleanup dependencies

Cleanup dependencies #32

Workflow file for this run

name: Publish
on:
pull_request:
push:
branches:
- main
jobs:
publish:
- name: Checkout

Check failure on line 11 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
java-version: 8
distribution: 'adopt'
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Test and Publish
run: ./gradlew test publish