OsmTravel / OsmGo

Osm Go !
https://osmgo.com/
MIT License
109 stars 15 forks source link

Feature: Add GitHub CI Pipeline for Linting #126

Closed dotcs closed 2 years ago

dotcs commented 2 years ago

This PR introduces a GitHub Action pipeline in which the code is linted with the npm run prettier:check command. At the moment the pipeline fails - which makes sense since files have not yet been rewritten with prettier.

See this example run output for details.