File tree Expand file tree Collapse file tree 2 files changed +15
-16
lines changed Expand file tree Collapse file tree 2 files changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,12 @@ name: Node.js CI
55
66on :
77 push :
8- branches : [ "main" ]
8+ branches : ["main"]
99 pull_request :
10- branches : [ "main" ]
10+ branches : ["main"]
1111
1212jobs :
1313 build :
14-
1514 runs-on : ubuntu-latest
1615
1716 strategy :
@@ -20,12 +19,12 @@ jobs:
2019 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2120
2221 steps :
23- - uses : actions/checkout@v4
24- - name : Use Node.js ${{ matrix.node-version }}
25- uses : actions/setup-node@v4
26- with :
27- node-version : ${{ matrix.node-version }}
28- cache : ' npm'
29- - run : npm ci
30- - run : npm run build --if-present
31- - run : npm test
22+ - uses : actions/checkout@v4
23+ - name : Use Node.js ${{ matrix.node-version }}
24+ uses : actions/setup-node@v4
25+ with :
26+ node-version : ${{ matrix.node-version }}
27+ cache : " npm"
28+ - run : npm ci
29+ - run : npm run build --if-present
30+ - run : npm test
Original file line number Diff line number Diff line change 22
33Diplomat prepares your interactive map for an international audience. With a few lines of code, your [ MapLibre GL  ; JS] ( https://github.com/maplibre/maplibre-gl-js/ ) –powered map will speak the user’s preferred language while informing them about local languages the world over.
44
5- | Before | After |
6- | ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
7- | <img src =" docs/navajo-nation.png " width =" 400 " alt =" Navajo Nation;Naabeehó Bináhásdzo " > | [ <img src =" docs/navajo-nation-es.png " width =" 400 " alt =" Nación Navajo (Navajo Nation • Naabeehó Bináhásdzo) " >] ( https://americanamap.org/#map=9/36.2134/-109.2837&language=es ) |
8- | <img src =" docs/north-sea.png " width =" 400 " alt =" North Sea / Nordsee / Noordzee / Nordsøen / Nordsjøen / Mer du Nord " > | [ <img src =" docs/north-sea-la.png " width =" 400 " alt =" Mare Germanicum " >] ( https://americanamap.org/#map=4/56/3&language=la ) |
5+ | Before | After |
6+ | ----------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
7+ | <img src =" docs/navajo-nation.png " width =" 400 " alt =" Navajo Nation;Naabeehó Bináhásdzo " > | [ <img src =" docs/navajo-nation-es.png " width =" 400 " alt =" Nación Navajo (Navajo Nation • Naabeehó Bináhásdzo) " >] ( https://americanamap.org/#map=9/36.2134/-109.2837&language=es ) |
8+ | <img src =" docs/north-sea.png " width =" 400 " alt =" North Sea / Nordsee / Noordzee / Nordsøen / Nordsjøen / Mer du Nord " > | [ <img src =" docs/north-sea-la.png " width =" 400 " alt =" Mare Germanicum " >] ( https://americanamap.org/#map=4/56/3&language=la ) |
99| <img src =" docs/section-ross.png " width =" 400 " alt =" Ross Avenue;Tennesssee Avenue at Rhode Island Avenue;Section Avenue " > | [ <img src =" docs/section-ross-en.png " width =" 400 " alt =" Ross Avenue • Tennesssee Avenue at Rhode Island Avenue • Section Avenue " >] ( https://americanamap.org/#map=17/39.168568/-84.460075 ) |
1010
1111## Requirements
You can’t perform that action at this time.
0 commit comments