Skip to content

Add a startDate field for notification survey popup #1089

Add a startDate field for notification survey popup

Add a startDate field for notification survey popup #1089

Workflow file for this run

name: Checkstyle
on:
push:
branches: [main]
pull_request:
jobs:
checkstyle:
name: Checkstyle
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dbelyaev/action-checkstyle@v1.14.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
level: info
checkstyle_config: src/main/resources/checkstyle-config.xml
fail_on_error: false