Merge branch 'develop' of github.com:pietervdvn/MapComplete into develop
This commit is contained in:
commit
9b88478804
2 changed files with 13 additions and 1 deletions
12
.github/workflows/validate-pr.yml
vendored
Normal file
12
.github/workflows/validate-pr.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
name: Build and validate PR
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Setup and validate themes
|
||||
uses: ./.github/actions/setup-and-validate
|
|
@ -110,7 +110,7 @@ A JSON-schema file is available in Docs/Schemas - use LayoutConfig.schema.json t
|
|||
### MetaTags
|
||||
|
||||
There are few tags available that are calculated for convenience - e.g. the country an object is located
|
||||
at. [An overview of all these metatags is available here](Docs/CalculatedTags.md)
|
||||
at. [An overview of all these metatags is available here](CalculatedTags.md)
|
||||
|
||||
|
||||
### TagRendering groups
|
||||
|
|
Loading…
Reference in a new issue