Skip to content

Fix return type for generic ingest API #1312

Fix return type for generic ingest API

Fix return type for generic ingest API #1312

Workflow file for this run

name: check format
on:
push:
branches:
- master
pull_request:
branches:
- master
release:
types: [published, edited]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Check format
run: ./gradlew spotlessCheck
- name: Slack failure notification
if: failure() && github.event_name == 'push'
uses: kpritam/slack-job-status-action@v1
with:
job-status: ${{ job.status }}
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel: github-activities