Skip to content

feat(xsd): beta

feat(xsd): beta #99

Workflow file for this run

name: Semantic Checker
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
- labeled
- unlabeled
jobs:
check-label:
name: Check label
runs-on: ubuntu-latest
steps:
- name: Platform label
uses: agilepathway/label-checker@v1.0.104
with:
any_of: config,core,catalogs,csd,csf,curp,pdf,rfc,utils,xml,xsd,complementos,openssl,saxon,schema
repo_token: ${{ secrets.GITHUB_TOKEN }}
check-title:
name: Check PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
wip: true
validateSingleCommit: true
scopes: |
config
core
catalogs
csd
csf
curp
pdf
rfc
utils
xml
xsd
complementos
only-complementos
openssl
saxon
publish
schema