Merge branch 'develop' of github.com:pietervdvn/MapComplete into develop

This commit is contained in:
pietervdvn 2022-01-15 01:51:16 +01:00
commit 9b88478804
2 changed files with 13 additions and 1 deletions

12
.github/workflows/validate-pr.yml vendored Normal file
View 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

View file

@ -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