Skip to content

typo on value on excel cell max character limit fix #737

typo on value on excel cell max character limit fix

typo on value on excel cell max character limit fix #737

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'zulu'
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
- name: Build with Maven
run: mvn -q --batch-mode --update-snapshots clean package -Dsonar.login=${{ secrets.SONAR_TOKEN }} -Dmaven.javadoc.skip=true -DCI=true -Dskarp.targetdb.name=testdb${{ github.run_number }} -Dskarp.junitdb.name=fw_junit${{ github.run_number }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2