Skip to content

chore(deps): update actions/setup-java action to v3.11.0 #219

chore(deps): update actions/setup-java action to v3.11.0

chore(deps): update actions/setup-java action to v3.11.0 #219

Workflow file for this run

name: Main
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
with:
java-version: 17
distribution: zulu
cache: gradle
- name: Java build
run: ./gradlew assemble
- name: Tests
run: ./gradlew test
- name: Lint
run: ./gradlew --continue ktlintCheck