mirror of
https://github.com/fankes/AndroidNotifyIconAdapt.git
synced 2025-09-04 09:45:46 +08:00
15 lines
385 B
YAML
15 lines
385 B
YAML
name: Validate NotifyIconsRule Json File
|
|
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
verify-json-validation:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
- name: Validate JSON
|
|
uses: docker://orrosenblatt/validate-json-action:latest
|
|
env:
|
|
INPUT_SCHEMA: /path/to/schema.json
|
|
INPUT_JSONS: /path/to/file.json,/path/to/another/file.json
|