incubator-seata
incubator-seata copied to clipboard
optimize check style or github actions,avoid unuse fields
Why you need it?
The current github action cannot detect useless fields, such as the io.seata.server.ParameterParser#CONFIG
field in version 2.0.0. We need to optimize to avoid useless fields.
当前的github action不能检测出无用字段,例如2.0.0版本里的io.seata.server.ParameterParser#CONFIG
字段,我们需要优化下,避免无用字段。