Skip to content

build(deps): bump com.github.ajalt.clikt:clikt from 5.0.1 to 5.0.2 #173

build(deps): bump com.github.ajalt.clikt:clikt from 5.0.1 to 5.0.2

build(deps): bump com.github.ajalt.clikt:clikt from 5.0.1 to 5.0.2 #173

Workflow file for this run

name: style-check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
name: Style Check
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup gradle
uses: gradle/actions/setup-gradle@v4
with:
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
- name: Style Check
run: ./gradlew spotlessCheck