Skip to content

Remove DavMail dependency folder, since it's used by other applications as well #87

Remove DavMail dependency folder, since it's used by other applications as well

Remove DavMail dependency folder, since it's used by other applications as well #87

Workflow file for this run

name: Validate JSON
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Validate JSON
uses: walbo/validate-json@v1.1.0
with:
files: applications/*.json
schema: application_schema.json
schema-version: draft-07
fail-on-missing-schema: true
strict: true