Skip to content

Commit

Permalink
Fix some yml warnings caught by the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed May 21, 2024
1 parent cf7d8ff commit 93afc15
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
name: Lint
on: [ push, pull_request ]
on:
- push
- pull_request
permissions: { }
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion renderer/layers/trails.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
schema_name: OSM US Trails
schema_description: A map of trails
attribution: <a href="https://www.openstreetmap.org/copyright" target="_blank">&copy; OpenStreetMap contributors</a>
Expand Down Expand Up @@ -296,4 +297,3 @@ args:
area:
description: Geofabrik area to download
default: rhode-island

2 changes: 1 addition & 1 deletion renderer/layers/water_trails.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
schema_name: OSM US Water Trails
schema_description: Canoe and kayak waterways and portages.
attribution: <a href="https://www.openstreetmap.org/copyright" target="_blank">&copy; OpenStreetMap contributors</a>
Expand Down Expand Up @@ -229,4 +230,3 @@ args:
area:
description: Geofabrik area to download
default: rhode-island

2 changes: 1 addition & 1 deletion renderer/layers/water_trails_poi.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
schema_name: OSM US Water Trail POIs
schema_description: Slipways, access points, dams, weirs, and waterfalls.
attribution: <a href="https://www.openstreetmap.org/copyright" target="_blank">&copy; OpenStreetMap contributors</a>
Expand Down Expand Up @@ -100,4 +101,3 @@ args:
area:
description: Geofabrik area to download
default: rhode-island

0 comments on commit 93afc15

Please sign in to comment.