Feature/GitHub action (#23)

* feat: add release action

* feat: add checkstyle action
This commit is contained in:
vran
2022-02-23 13:27:30 +08:00
committed by GitHub
parent cfedddeb9e
commit fc4edfd636
4 changed files with 61 additions and 3 deletions

View File

@@ -16,13 +16,14 @@
<module name="Checker">
<property name="charset" value="UTF-8"/>
<property name="severity" value="warning"/>
<property name="severity" value="error"/>
<property name="fileExtensions" value="java, properties, xml"/>
<!-- Excludes all 'module-info.java' files -->
<!-- See https://checkstyle.org/config_filefilters.html -->
<module name="BeforeExecutionExclusionFileFilter">
<property name="fileNamePattern" value="module\-info\.java$"/>
<property name="fileNamePattern"
value=".*[\\/]generated-src[\\/]jooq[\\/].*$"/>
</module>
<!-- https://checkstyle.org/config_filters.html#SuppressionFilter -->
<module name="SuppressionFilter">