Skip to content

K1J-451: Fix flaky tests that crashes if day of month is a single digit day when creating a coordination number #1035

K1J-451: Fix flaky tests that crashes if day of month is a single digit day when creating a coordination number

K1J-451: Fix flaky tests that crashes if day of month is a single digit day when creating a coordination number #1035

Workflow file for this run

name: Checkstyle
on: pull_request
jobs:
checkstyle:
runs-on: ubuntu-latest
name: Checkstyle job
steps:
- name: Checkout source
uses: actions/checkout@v2
- name: Checkout checkstyle xml
uses: actions/checkout@v3
with:
repository: sklintyg/gradle-intyg-plugin
path: gradle-intyg-plugin
ref: feature/java11
- name: Run check style
uses: nikitasavinov/checkstyle-action@master
with:
checkstyle_config: gradle-intyg-plugin/src/main/resources/checkstyle/checkstyle_config_java11.xml
checkstyle_version: 10.3.2
level: error