Merge branch 'master' into fix/mobile-touch-link

This commit is contained in:
ash 2022-04-05 18:33:44 +01:00 committed by GitHub
commit d4a3529926
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,11 @@
name: Validate JSON
on: [push, pull_request]
on:
push:
paths:
- web/atlas.json
pull_request:
paths:
- web/atlas.json
jobs:
Validate-JSON:
runs-on: ubuntu-latest