mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 02:41:09 +00:00
* Typing improvements [#287] * rename FileApiSource to FileSource * In a few cases we need to use any and biome-ignore. Deferring any restructuring here to js v4. * replace prettier with biome
This commit is contained in:
2
.github/workflows/actions.yml
vendored
2
.github/workflows/actions.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
||||
node-version: 18.x
|
||||
- run: python .github/check_examples.py
|
||||
- run: cd js && npm install && npm test
|
||||
- run: cd js && npm run prettier-check
|
||||
- run: cd js && npm run biome-check
|
||||
- run: cd python && python -m unittest test/test_*
|
||||
- run: cd cpp && make
|
||||
- run: cd serverless/cloudflare && npm install && npm test
|
||||
|
||||
Reference in New Issue
Block a user