Skip to content

Bump @sap/eslint-plugin-cds from 4.1.0 to 4.2.1 #5

Bump @sap/eslint-plugin-cds from 4.1.0 to 4.2.1

Bump @sap/eslint-plugin-cds from 4.1.0 to 4.2.1 #5

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