Skip to content

chore(deps-dev): Bump @sap/cds-dk from 9.4.2 to 9.9.0 #12

chore(deps-dev): Bump @sap/cds-dk from 9.4.2 to 9.9.0

chore(deps-dev): Bump @sap/cds-dk from 9.4.2 to 9.9.0 #12

Workflow file for this run

name: Linting
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Run Checkstyle
# This command will automatically fail the build if style issues are found
# because of the <failsOnError>true</failsOnError> config in the pom.xml
run: mvn checkstyle:check