Skip to content

Make 'unknown' block and biome hard-coded values configurable (and minor changes in lang_pl.yml) #38

Make 'unknown' block and biome hard-coded values configurable (and minor changes in lang_pl.yml)

Make 'unknown' block and biome hard-coded values configurable (and minor changes in lang_pl.yml) #38

Workflow file for this run

name: Build
on: [ pull_request ]
jobs:
build:
runs-on: ubuntu-latest
if: "!contains(github.event.commits[0].message, '[ci-skip]')"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: temurin
java-version: 17
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Build
run: ./gradlew build --stacktrace