Skip to content

fix: Update fullName type (->nullable) #152

fix: Update fullName type (->nullable)

fix: Update fullName type (->nullable) #152

Workflow file for this run

name: Pull request workflow (build check)
on:
pull_request:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: 21
distribution: temurin
- name: Start Redis
uses: supercharge/[email protected]
with:
redis-version: 6
- name: Get CurrentTime
uses: 1466587594/get-current-time@v2
id: current-time
with:
format: YYYY-MM-DDTHH-mm-ss
utcOffset: "+09:00"
- name: Run ktlintFormat
run: chmod +x gradlew && ./gradlew ktlintCheck
- name: build test
run: ./gradlew build