Skip to content

build(deps): bump org.junit.jupiter:junit-jupiter from 5.11.0 to 5.11.1 #18

build(deps): bump org.junit.jupiter:junit-jupiter from 5.11.0 to 5.11.1

build(deps): bump org.junit.jupiter:junit-jupiter from 5.11.0 to 5.11.1 #18

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
with:
submodules: true
- name: Setup gradle
uses: gradle/actions/setup-gradle@v4
- name: Style Check
run: ./gradlew spotlessCheck