Skip to content

Upgrade github action versions #569

Upgrade github action versions

Upgrade github action versions #569

Workflow file for this run

name: Checkstyle
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
submodules: recursive
- name: Set up JDK 17
uses: actions/[email protected]
with:
java-version: '17'
distribution: 'adopt'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Run ktlint check
run: ./gradlew assembleDebug ktlintCheck