forked from bairapuyy/doki-exts
-
Notifications
You must be signed in to change notification settings - Fork 0
29 lines (23 loc) 路 867 Bytes
/
Copy pathtest-parsers.yml
File metadata and controls
29 lines (23 loc) 路 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: Extensions test for PRs
on:
workflow_dispatch:
pull_request:
paths:
- 'src/main/kotlin/org/dokiteam/doki/parsers/**'
permissions:
contents: read
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository 馃審
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Set up enviroment 馃敡
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
with:
java-version: '21'
distribution: 'temurin'
- name: Set up Gradle 馃摝
uses: gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3
- name: Compile parsers 馃殌
run: ./gradlew compileKotlin