Skip to content

chore(deps): update plugin org.springframework.boot to v3 #253

chore(deps): update plugin org.springframework.boot to v3

chore(deps): update plugin org.springframework.boot to v3 #253

Workflow file for this run

---
name: Lint Kotlin
#
# 'on' にしている理由
# yamllintで怒られるため
#
# 参考: https://github.com/adrienverge/yamllint/issues/430
#
'on':
push:
jobs:
lint-kt:
runs-on: ubuntu-latest
steps:
- name: リポジトリのチェックアウト
uses: actions/checkout@v3
- name: Javaの環境をセットアップ
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- name: make lint.kt
run: make lint.kt