Skip to content

Add Samsung Pass AAGUID #18

Add Samsung Pass AAGUID

Add Samsung Pass AAGUID #18

Workflow file for this run

name: Validate JSON Schema
on:
pull_request:
paths-ignore:
- README.md
- README
- LICENSE.md
- LICENSE
- .gitignore
- aaguid.json.schema
- combined_aaguid.json
permissions:
contents: read
pull-requests: write
jobs:
json-yaml-validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: json-yaml-validate
id: json-yaml-validate
uses: GrantBirki/[email protected]
with:
use_gitignore: false
exclude_file: exclude.txt
comment: "true"
mode: "fail"
json_schema: "aaguid.json.schema"