Skip to content

feature: EnumSet collumn type should use text not ordinal #5

feature: EnumSet collumn type should use text not ordinal

feature: EnumSet collumn type should use text not ordinal #5

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Checks
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "**" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
gradle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Spotless check
run: ./gradlew spotlessCheck