Skip to content

Bugfix/246 improve navigator #204

Bugfix/246 improve navigator

Bugfix/246 improve navigator #204

Workflow file for this run

name: Check code style
on:
push:
branches:
- main
- feature/ci_setup
pull_request:
jobs:
check-code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '17'
- name: Check code style
shell: bash
run: ./gradlew ktlintCheck