Files
AndroidNotifyIconAdapt/.github/workflows/validate.yml
2022-03-04 15:10:56 +08:00

16 lines
278 B
YAML

name: Validate NotifyIconsRule Json File
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: json-syntax-check
uses: limitusus/json-syntax-check@v1
with:
pattern: "\\.json$"