Skip to content

Extended matrix build to verify version 7.1.x of Exasol DB again (#43) #47

Extended matrix build to verify version 7.1.x of Exasol DB again (#43)

Extended matrix build to verify version 7.1.x of Exasol DB again (#43) #47

Workflow file for this run

name: Linting
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Run scalafix checks
run: mvn --batch-mode clean compile test-compile scalastyle:check scalafix:scalafix spotless:check