Skip to content

关闭对未知属性的抛出异常,提高兼容性 #11

关闭对未知属性的抛出异常,提高兼容性

关闭对未知属性的抛出异常,提高兼容性 #11

Workflow file for this run

name: Maven Verify and Deploy CI
on:
push:
branches:
paths-ignore:
- '.github/workflows/release.yml'
- 'README.md'
jobs:
maven:
permissions:
packages: write
uses: dbstar-org/general/.github/workflows/maven.yml@v1
secrets: inherit