Skip to content

Merge pull request #372 from amirghm/feature/add-console-bridge-for-a… #290

Merge pull request #372 from amirghm/feature/add-console-bridge-for-a…

Merge pull request #372 from amirghm/feature/add-console-bridge-for-a… #290

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