Skip to content

add documentation for release #1

add documentation for release

add documentation for release #1

on:
pull_request:
paths:
- *

Check failure on line 4 in .github/workflows/test_dic_compilation.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test_dic_compilation.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
jobs:
build_dic:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup JDK 11
uses: actions/setup-java@v3
with:
java-version: 11
cache: gradle
- name: Check dictionary compilation
run:
./gradlew --info build