Skip to content

chore: Update publishing to maven central #10

chore: Update publishing to maven central

chore: Update publishing to maven central #10

Workflow file for this run

name: Check PR
on: [pull_request]
jobs:
build-and-test:
strategy:
matrix:
os: [ ubuntu-latest ]
include:
- os: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: Clone
uses: actions/checkout@v2
- name: Build
uses: eskatos/gradle-command-action@v1
with:
arguments: build
wrapper-directory: kotlin-preprocessors/
build-root-directory: kotlin-preprocessors/
- name: Tests
uses: eskatos/gradle-command-action@v1
with:
arguments: test
wrapper-directory: kotlin-preprocessors/
build-root-directory: kotlin-preprocessors/