You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kotatsu-parsers/.github/workflows/test-branch.yml

22 lines
424 B
YAML

name: Check & Test latest parsers
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout + Set-up enviroment 🌏
uses: actions/checkout@v4
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: 'gradle'
- name: Compile parsers 🚀
run: ./gradlew compileKotlin