Skip to content

Commit 7b1eb6c

Browse files
authored
round latitude and longitude to precision 12 (#54)
1 parent e60845c commit 7b1eb6c

File tree

5 files changed

+229
-560
lines changed

5 files changed

+229
-560
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
# Install dependencies and handle caching in one go.
6161
# Dependencies need to be installed to make sure the PHPUnit classes are recognized.
62-
# @link https://github.com/marketplace/actions/install-composer-dependencies
62+
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
6363
- name: Install Composer dependencies
6464
uses: "ramsey/composer-install@v2"
6565
with:
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Validate files
7575
run: composer validate-files
76-
76+
7777
- name: Check Style
7878
run: composer check-code-style
7979

0 commit comments

Comments
 (0)