Skip to content

SNOW-1692380: Release pipeline #3

SNOW-1692380: Release pipeline

SNOW-1692380: Release pipeline #3

Workflow file for this run

name: Check Style
on:
pull_request:
branches:
- main
jobs:
check-style:
name: Check Style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check Style
shell: bash
run: mvn clean validate --batch-mode --show-version -P check-style