Skip to content

Commit

Permalink
Update validation.yml to include a run of checkstyle before the expen…
Browse files Browse the repository at this point in the history
…sive tests start
  • Loading branch information
edler-san authored Jan 16, 2025
1 parent 049bfdf commit 8e85046
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ jobs:
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.8.7
- name: Run check style
uses: nikitasavinov/checkstyle-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: 'github-pr-check'
tool_name: 'checkstyle'
level: 'error'
fail_on_error: true
config: 'checkstyle/vaadin-checkstyle.xml'
- name: Set flow version to 999.99-SNAPSHOT
run: |
./scripts/computeMatrix.js set-version --version=999.99-SNAPSHOT
Expand Down

0 comments on commit 8e85046

Please sign in to comment.