Skip to content

fix(validate): fold uppercase metadata to the engine's identifier case; skip existence checks without a schema #1173

fix(validate): fold uppercase metadata to the engine's identifier case; skip existence checks without a schema

fix(validate): fold uppercase metadata to the engine's identifier case; skip existence checks without a schema #1173

Workflow file for this run

name: aireceipts
on: [pull_request]
permissions:
contents: read
pull-requests: write
jobs:
check:
runs-on: ubuntu-latest
steps:
- run: npx -y aireceipts-cli@latest pr-check
env:
GH_TOKEN: ${{ github.token }}