Skip to content

SNOW-1622249 Replace Maven by SBT #44

SNOW-1622249 Replace Maven by SBT

SNOW-1622249 Replace Maven by SBT #44

name: Code Format Check
on:
push:
branches: [ main ]
pull_request:
branches: '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 8
- name: Check Format
run: scripts/format_checker.sh