mirror of
https://github.com/placeAtlas/atlas.git
synced 2025-01-16 12:47:05 +01:00
Merge branch 'master' into fix/mobile-touch-link
This commit is contained in:
commit
d4a3529926
1 changed files with 7 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue