Remove obsolete dialect tests and update dialect list and Regenerate metadata for Hibernate 6.6.3.Final #119
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Check code style" | |
on: | |
pull_request: | |
paths: | |
- '**.md' | |
- 'library-and-framework-list*.json' | |
jobs: | |
build: | |
name: "📋 Check style according to checkstyle.xml" | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "No build required"' |