Skip to content

Allow untitled fields while parsing entries #49

Allow untitled fields while parsing entries

Allow untitled fields while parsing entries #49

Workflow file for this run

name: Build, Test and Lint
on:
push:
branches: [master]
pull_request:
branches: [develop]
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: adopt
java-version: 11
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: Check all modules
run: ./gradlew check